Skip to content

Commit c3c6825

Browse files
authored
Update troubleshooting.md
Update sudo and apt-get commands.
1 parent 92a0ea9 commit c3c6825

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/Resources/troubleshooting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ More comprehensive command line references can be found [here](http://www.comput
1212

1313
`pwd` (Show the present working directory (your current location within the filesystem).)
1414

15-
`sudo <command>`
15+
`sudo <command>` (Super-user do. Temporarily elevates the current users permission to that of root.)
16+
17+
`apt-get install <package>` (Aptitude is a package manager, when a package is missing it will (usually) be there and can be installed by issuing 'apt-get install <missing package name>.)
1618

1719
`tail -f /var/log/syslog`
1820

0 commit comments

Comments
 (0)