Difference between revisions of "Linux/Unix:Generic"

From wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
;uname -a
 
;uname -a
 
:Show kernel version  
 
:Show kernel version  
 +
 +
;mountpoint -q <directory>
 +
:Check if <directory> is in use as mountpoint
 +
  
 
=RedHat (RHEL)=
 
=RedHat (RHEL)=
 
;/etc/redhat-release
 
;/etc/redhat-release
 
:Redhat version installed
 
:Redhat version installed

Revision as of 21:02, 26 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
mountpoint -q <directory>
Check if <directory> is in use as mountpoint


RedHat (RHEL)

/etc/redhat-release
Redhat version installed