linux fundamentals
system information
intro to basic linux commands for system info
cheat sheet has lots of common commands
You can start your own instance and display full screen in another tab/window
Then you spawn a target system which you access via the terminal in your own instance
ssh username@hostIPaddress
then enter password
hostname
machine hardware name: uname
path to home dir: pwd
path to mail: env
shell for user: env
kernel version: uname -r (google)
network interface details: ifconfig
user commands
long version means use 2 dashes
Which option needs to be set to execute a command as a different user using the "su" command?
Basic Tools