Basic System related command in Red hat Linux

Posted by Dev On March 10, 2012 1 comments
Here I am sharing some of the very useful linux commends to view system informations:

  • date  :Show the current date and time.
  • uptime: show current uptime.
  • w: display who is online.
  • whoami: To check the logged in user.
  • finger username: To display information about username.
  • cat /proc/cpuinfo : To see the CPU information.
  • cat /proc/meminfo: To see the memory information of your system.
  • df -h  : show disk usage
  • du      : To show directory space usages.
  • uname -a : To show kernel information of your redhat linux.
  • man <command>: To show the manual for <command> (man cat)
  • cal : To show the months calendar.
  • which app: To show which application will be run by default.
Enjoyed the article do bookmarks us or get free updates directly in your mail.

1 comments:

hariom said...

Dev very informative article about linux. Very helpful for newbie like me.

Post a Comment