Skip to content

Commit bac6e3d

Browse files
committed
Added suggested links to other pages
Links to ssh / scp and sudo pages
1 parent 78d3026 commit bac6e3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/usage/commands.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,17 @@ Changes the user and/or group that owns a file. It normally needs to be run as r
6363
### ssh
6464

6565
Secure shell. Connect to another computer using an encrypted network connection.
66+
For more details see [SSH (secure shell)](../../remote-access/ssh/)
6667

6768
### scp
6869

6970
Copies a file from one computer to another using ssh.
71+
For more details see [SCP (secure copy)](../../remote-access/ssh/scp.md)
7072

7173
### sudo
7274

7375
Run a command as a superuser, or another user. Use `sudo -s` for a superuser shell.
76+
For more details see [Root user / sudo](root.md)
7477

7578
### dd
7679

0 commit comments

Comments
 (0)