ADD NEW USER IN UBUNTU AND GIVE RIGHTS
Sign in as root user and then add new user by following steps,
Sign in as root user and then add new user by following steps,
- adduser newusername
Give password to newuser - To grant access rights use the following command,
sudo visudo
this will give the following script,
root ALL= (ALL:ALL) ALL
see the command pattern and add your new user ,
root ALL= (ALL:ALL) ALL
newuser ALL= (ALL:ALL) ALL
No comments:
Post a Comment