UNIX Useful Commands compitionpoint January 10, 2021 UNIX Useful Commands2020-09-12T11:37:48+00:00 Basic UNIX No Comment 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)… Continue Reading