Archives for Basic UNIX
Command Line Arguments in UNIX Scripts
Command line arguments in UNIX scripts represent an important aspect in the world of programming and system administration. This article introduces you to command line arguments, their importance, and how…
UNIX Useful Commands
1) Find whether OS is 64/32 Bit Kernel in UNIX. uname -a 2) Find free physical memory in UNIX. free -m 3) Find CPU details in UNIX. cat /proc/cpuinfo 4)…