Centos Bash Commands

From rbachwiki
Revision as of 15:17, 6 February 2019 by 108.53.114.162 (talk) (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")
Jump to navigation Jump to search

Check Bash Shells installed

cat /etc/shells

Check who is logged on

id
whoami
w
who

Check type of System

uname -a