Tag: unix

How do I find out If Running Kernel Is 32 Or 64 Bit?

Target Audience: Beginners of Linux/Unix Users Many beginners of Linux/Unix users might struggle or uncertain when they download softwares for Linux/Unix to choose correct software according to its kernel ie. 32 bit or 64 bit. The uname command gives you the solution. Execute the following command in terminal: $ uname -a If the result contains …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/12/how-do-i-find-out-if-running-kernel-is-32-or-64-bit/

Using find command in linux

Using find command in linux find is a powerful command in linux. If u understand it then u can do most thing using it. but in this post i am not going to teach the full power of  it but some basic usage. This is a simple one finding any .txt file in the home …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/12/using-find-command-in-linux/