Difference between revisions of "Linux/Unix:Generic"

From wiki
Jump to navigation Jump to search
m (Hdridder moved page Bash:Generic to Linux/Unix:Generic)
Line 4: Line 4:
 
;df -h
 
;df -h
 
:Report file-system information in easy understandable precision (K, M or G when appropriate).
 
:Report file-system information in easy understandable precision (K, M or G when appropriate).
 +
 +
;top
 +
:List process resource usage. By default having the most CPU-intensive process on top. Press 1 to have usage for each CPU apart.
 +
 +
;lscpu
 +
:List CPU information
 +
 +
;uname -a
 +
:Show kernel version
 +
 +
=RedHat (RHEL)=
 +
;/etc/redhat-release
 +
:Redhat version installed

Revision as of 17:03, 16 May 2019

df -P
Report file-system information in parseble format.
df -h
Report file-system information in easy understandable precision (K, M or G when appropriate).
top
List process resource usage. By default having the most CPU-intensive process on top. Press 1 to have usage for each CPU apart.
lscpu
List CPU information
uname -a
Show kernel version

RedHat (RHEL)

/etc/redhat-release
Redhat version installed