Some useful Linux Commands

Some Commands that useful in the Linux.

1. command used to see the current Linux kernel version

   -uname -r
    or
   -uname -mrs
    or
   -uname -a(This command is used to print all information)

   There are another way to see the Linux version
   -cat /proc/version
   or
   -cat /proc/sys/kernel/ostype
   -cat /proc/sys/kernel/osrelease

   -cat /proc/sys/kernel/version


2.command used to see the hard disk size.

   -df (The df command displays the amount of disk space avaible on the file system containing each file name argument)
   
   or
   -df -H (The command is used to display Hard Disk Partition size in Mega bytes or GB or TB)




你可能感兴趣的:(Some useful Linux Commands)