Difference between revisions of "Centos Bash Commands"
Jump to navigation
Jump to search
(Replaced content with "'''Check Bash Shells installed''' cat /etc/shells ''' Check who is logged on ''' id whoami w who ''' Check type of System''' uname -a") Tag: Replaced |
|||
Line 8: | Line 8: | ||
''' Check type of System''' | ''' Check type of System''' | ||
uname -a | uname -a | ||
=[[Centos OS]]= |
Revision as of 16:10, 27 February 2019
Check Bash Shells installed
cat /etc/shells
Check who is logged on
id whoami w who
Check type of System
uname -a