Create new user on Ubuntu

0 votes
How do I create a new user on Ubuntu?
Jan 10, 2019 in Linux Administration by Eric
• 4,010 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
• 2,955 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
• 9,850 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
• 7,076 views
0 votes
1 answer

How to create one new partition in my hard disk in Linux?

Hi@akhtar, To create new partition you can follow ...READ MORE

answered Apr 7, 2020 in Linux Administration by MD
• 95,460 points
• 2,484 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
• 3,081 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
• 3,346 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
• 2,471 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,180 points
• 10,066 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
• 31,617 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