You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,7 +14,7 @@ Note that you will be prompted for *your* password - this is to confirm your ide
14
14
* Use *ls -l* to check the permissions of */etc/shadow* - notice that only *root* has any access. Can you use *cat*, *less* or *nano* to view it?
15
15
* This file is where the hashed passwords are kept. It is a prime target for intruders - who aim to grab it and use offline password crackers to discover the passwords.
16
16
* Now try with *sudo*, e.g. *sudo less /etc/shadow*
17
-
* Test running the *reboot* command, and then via *sudo* (ie*sudo reboot*)
17
+
* Test running the *reboot* command, and then via *sudo* (i.e.*sudo reboot*)
18
18
19
19
Once you've reconnected back:
20
20
* Use the *uptime* command to confirm that your server did actually fully restart
0 commit comments