Getting System Information
uname
uname
prints various different pieces of system information. Possible pieces of information are shown in theuname
manual pages.The
-a
flag will print all the informationuname
can print.
file
This will print out the file type of the given file.
ps
Shows the running processes on the system. Pass it the argument
aux
to get extensive information about every running process on the system
htop
An interactive utility to see every running process on the system, as well as extensive information about the CPU, RAM, etc. usage on the system.
Useful to check this utility if you're worried about your own CPU and RAM usage on the head node.
Last updated