32
|
Useful commands to
research and try
•
ssh – Secure Shell – used to remote control a system via the command prompt
•
scp – Secure Copy – used to transfer files between computers over SSH
•
cat – Concatenate – used to print a view the contents of a file.
•
chmod – Change file mode bits – used to change permissions of a file for user, group & other
•
chown – Change Owner – used to change the user ownership of a file
•
chgrp – Change Group – used to change the group ownership of a file
•
gzip – Gunzip – file compression / decompression command for the .gz format
•
tar – file compression / decompression command for the .tar format
•
sudo – command to gain root access to a system (useful when combine with su. e.g: ‘sudo su’)
•
lynx – console-based web-browser
•
alpine / pine – an email client
•
nano – text editor (See previous pages for a brief How-to)
•
vim – advanced text editor – not for the faint hearted (try the command ‘vimtutor’)
•
ping – Sends ICMP ECHO_REQUEST to network hosts to determine their connectivity status
•
nc – netcat, used to listen / send TCP & UDP packets
•
nmap – Network Mapper – Tool for network exploration & Security auditing – Very involved
•
telnet – basic (unencrypted) method of controlling a system. Useful for interrogating ports