Create new user on Ubuntu

0 votes
How do I create a new user on Ubuntu?
Jan 10, 2019 in Linux Administration by Eric
2,804 views

1 answer to this question.

0 votes

Hey @Eric, 

Follow these steps:

  • Go to your terminal 
  • Execute this command

sudo useradd -d /home/path/ -m user-name

  • It might show a working saying 
useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.
  • But it's just a warning and not an error so your user has been created and now you can set a password.
sudo passwd user-name
  • This command will promt you to type and retype the password.
  • You know the password is succesfully updated when you see this message
passwd: password updated successfully

answered Jan 10, 2019 by Noah

Related Questions In Linux Administration

0 votes
1 answer

Error when trying to install a few packages on ubuntu

Try executing the following commands and try ...READ MORE

answered Mar 15, 2019 in Linux Administration by Jobin
1,374 views
0 votes
3 answers

How to uninstall Apache2 on Ubuntu?

Hey @Laksha, execute the following commands: $ sudo ...READ MORE

answered May 14, 2019 in Linux Administration by Hemant
254,836 views
0 votes
1 answer

Ubuntu 10.10: Connecting to a terminal to a serial-to-USB device on Maverick Meerkat

Check with dmesg | grep tty if system recognize ...READ MORE

answered Jun 10, 2019 in Linux Administration by Upasana
• 8,620 points
7,755 views
0 votes
1 answer

Install aptitude on Ubuntu

You just have to run one single ...READ MORE

answered Aug 26, 2019 in Linux Administration by Barca
5,115 views
0 votes
1 answer
0 votes
1 answer

How do I set variable if a specific package version is installed in CFEngine?

Here is what you can do.Just use packagesmatching to ...READ MORE

answered Jul 12, 2018 in Other DevOps Questions by Atul
• 10,240 points
960 views
0 votes
2 answers

Install postgreSQL on Ubuntu

Follow the below commands to install PostgreSQL (PSQL) ...READ MORE

answered Nov 12, 2020 in Database by Prachi
• 140 points
931 views
0 votes
1 answer

Access progrs prompt without switching accounts

Use the following to get the postgres prompt ...READ MORE

answered Mar 22, 2019 in Database by Mahi
653 views
+2 votes
1 answer

Not able to install npm on Ubuntu

Try installing npm using aptitude: sudo apt install aptitude sudo ...READ MORE

answered Nov 28, 2018 in Linux Administration by Omkar
• 69,210 points
7,728 views
0 votes
1 answer

"connect: Network is unreachable?" error on ping

You need to set your default gateway. ...READ MORE

answered Jan 23, 2019 in Linux Administration by Tina
28,062 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP