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.
1 comments:
Dev very informative article about linux. Very helpful for newbie like me.
Post a Comment