94 | | Password: to be determined |
| 94 | If one needs root privileges, ''dev'' can have them. The following lines offer strategies for escalating ''dev'''s privileges from the command line. Start LXTerminal and use one of the following strategies. |
| 95 | {{{ |
| 96 | sudo command-to-execute-as-root #executes on command or pipeline of commands as root. |
| 97 | su - root #Switch user to root |
| 98 | command to execute #1 command executed as root |
| 99 | command to execute #2nd command to execute as root |
| 100 | command to excecute #3rd command to execute as root |
| 101 | exit # Exit using root's account and shell |
| 102 | }}} |