We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d3026 commit bac6e3dCopy full SHA for bac6e3d
linux/usage/commands.md
@@ -63,14 +63,17 @@ Changes the user and/or group that owns a file. It normally needs to be run as r
63
### ssh
64
65
Secure shell. Connect to another computer using an encrypted network connection.
66
+For more details see [SSH (secure shell)](../../remote-access/ssh/)
67
68
### scp
69
70
Copies a file from one computer to another using ssh.
71
+For more details see [SCP (secure copy)](../../remote-access/ssh/scp.md)
72
73
### sudo
74
75
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)
77
78
### dd
79
0 commit comments