So let's get started.
- Open up terminal and type:- useradd -m yourusername and press enter. [In username type your username for the guest account]
- Now to add a password type:- passwd yourusername and press enter.
- Now to add the sudo privilege to the account type :- usermod -a -G sudo yourusername and press enter. Here -a will add and -G will give the group this account to add to their directories.
- Now to change the default shell to bash type :- chsh -s /bin/bash yourusername and press enter.
Thank you guys for visiting my blog and I'll see you in the next one.
0 comments:
Post a Comment