How to create non root users in Linux
- Command to Create a user in linux is # useradd [username] Replace [username] with the name of user you want to set. Lets make a testuser # useradd testuser - Setup the password for user # passwd useradd This will make a user directory in /home However if you have a directory already...








