Linux : System Information

In this post, I’m going to give some list of Linux commands, which is very useful to get system information.

# Prints all information of the Linux system

uname -a

# Prints Kernel release information of the Linux system

uname -r

# Prints version of installed redhat in the system

cat etc/redhat-release

# Prints how long the Linux system has been running + load information

uptime

# Prints Linux system host name

hostname

# Prints the IP addresses of the host

hostname -I

# Show a log of all the reboots since the log file was created.

last reboot

# Show the current date and time

date

# Show current month’s calendar and highlights current date

cal

# Shows who is online and what they are doing

w

# Who you are logged in as

whoami

To contribute :

” If you like Advance Computing and would like to contribute, you can  mail your article to “computingadvance@gmail.com”. You will get credit as your name , email id, designation with article on this blog. “

Leave a Reply