What feature/utility/app are you surprised is not installed by default in Linux distributions?
What feature/utility/app are you surprised is not installed by default in Linux distributions?
You're viewing a single thread.
All comments
196
comments
useradd
- I just wanted to give a friend my notebook for a python lecture and thought I could just add him as a new user. Apparently not by default.19 0 ReplyRan into this some time ago and learned that there is a more rudimentary command
adduser
instead but it does not do things like home folder creation7 0 ReplyYeah, useradd should be the default over adduser
7 0 Reply
Seems like it would have to exist to create your initial login, unless you only had a root user
4 0 ReplyYou can just manually edit /etc/passwd
3 0 ReplyI haven't used that since the 90s on HP Unix. Do you get to set default permissions for file creation there, and also add user groups?
1 0 Reply
196
comments
Scroll to top