(Day-5) : Advanced Linux commands
User managementš¤:
how to add a new user
In case you are root user and want to add new user then syntax would be useradd options username
In case you are non-root user then syntax would be: sudo useradd options username
sudo command stands for 's...
lalitjain.hashnode.dev5 min read