File Commands
-
cd- change directory -
pwd- print working directory -
ls- list files and directory -
mkdir- make n directories -
rm- remove (delete) a file or directory -
rmdir- remove (delete) an empty directory -
cp- copy a file -
mv- move or rename a file -
touch- create a new empty file -
echo- write to a file
SSH Commands
-
ssh- connect to a remote host -
ssh-keygen- generate a new SSH key pair -
ssh-copy-id- copy SSH keys to a remote host -
ssh-config- configure SSH client settings -
ssh-agent- manage SSH keys for authentication
Network Commands
-
ping- test network connectivity -
ifconfig- configure network interface -
ip- manage network interface and addresses -
netstat- display network socket statistics -
ssh-tunnel- create a secure tunnel for network traffic -
curl- transfer data from a URL -
wget- download file from URL -
dig- perform DNS lookups -
nslookup- perform DNS lookups -
route- manage network routes
Top comments (0)