Linux Command Ref
Linux Command Ref
Linux Command Ref
Command Reference
Working with command-line sessions
Login to ESX Server from physical console Press Alt-F1
Login to ESX Server from remote workstation ssh username@hostname -OR- ssh hostname -l username
Gain superuser privilege su -
Run a command with root privileges sudo command_name (use full pathname if PATH not set)
Display the last commands you have executed history
Display command description man command_name
Display the last few lines of a text file in real time (useful for
tail -f file_name
displaying log files)
Map process IDs with open user ports fuser –k process/protocol (e.g. ssh/tcp)