Update README.md

axtloss/rework-partitioning
axtloss 2 years ago committed by GitHub
parent 86c89ab28f
commit f835115eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,17 +67,17 @@ jade networking getcryst.al --ipv6
### configure users ### configure users
```sh ```sh
# make a new user called nonRootHaver, without sudo and easytohack as the password # make a new user called nonRootHaver, without sudo, easytohack as the password and bash as the default shell
jade users newUser nonRootHaver easytohack jade users new-user nonRootHaver easytohack bash
# make a user called rootHaver, with sudo and omgsosuperhardtohack as the password # make a user called rootHaver, with sudo, omgsosuperhardtohack as the password and fish as the default shell
jade users newUser rootHaver omgsuperhardtohack --sudoer jade users new-user rootHaver omgsuperhardtohack fish --hasroot
``` ```
### set root password ### set root password
```sh ```sh
# set the root password to 'muchSecurity,veryHardToHack' # set the root password to 'muchSecurity,veryHardToHack'
jade users rootPass muchSecurity,veryHardToHack jade users root-password muchSecurity,veryHardToHack
``` ```
### install a desktop environment ### install a desktop environment

Loading…
Cancel
Save