Ahmadullah Mirza
Ahmadullah Mirza's Blog

Ahmadullah Mirza's Blog

Follow
homebadgesnewsletter
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

Add new user in linux with home directory and /bin/bash

Feb 1, 20231 min read

sudo useradd -s /bin/bash -m -c "Full Name" user The command is composed of: sudo: We need administrator privileges to allow a new user to access...

Add new user in linux with home directory and /bin/bash