SSH into Root
$ ssh [email protected]
Change Root Password
SSH into Root
$ ssh [email protected]
Change Root Password
| # creates an empty array for the user's inventory | |
| @inventory = [] | |
| # this is the command prompt method | |
| def prompt() | |
| print "Enter command > " | |
| end | |
| # shows a list of viable commands when a user enters "help" at the command prompt | |
| def help() |