Which command adds the new user tux and creates the user's home directory with default configuration files?
useradd -m tux
The command `useradd -m tux` is used to create a new user named "tux" and automatically generate a home directory along with default configuration files. The `-m` option specifically instructs the system to create the user's home directory, ensuring the new user has an appropriate environment set up.
This option is incorrect because `defaultuser` is not a recognized command in most Unix-like operating systems for adding users. There is no functionality associated with this term that would create a user or a home directory.
This is the correct command, as it utilizes the `useradd` function with the `-m` flag, which ensures that a home directory is created for the new user "tux" along with the default configuration files. This command is standard for adding users in Linux environments.
The `usercreate` command is not a standard command in Linux for adding users. The proper command is `useradd`, and thus this option will not execute successfully for creating a new user or setting up a home directory.
While `useradd` is the correct command, the use of `-o` with "default" is misleading. The `-o` option allows creating a user with a duplicate UID, which is not relevant to adding a new user with a home directory. This command does not fulfill the question's requirements.
The `passwd` command is used for changing user passwords, not for creating users. Therefore, this option does not address the question of how to add a new user and set up their home directory.
To successfully add a new user "tux" and create their home directory with default configuration files, the command `useradd -m tux` is essential. All other options either misrepresent commands, utilize incorrect syntax, or fail to meet the requirements of the task. Understanding the correct command is crucial for effective user management in Unix-like systems.
Related Questions
View allWhich of the following commands will search for the file foo.txt under...
Which permissions are set on a regular file once the permissions have...
Which of the following directories contains information, documentation...
Which of the following outputs comes from the command free?
Why are web browser cookies considered dangerous?
Related Quizzes
View allNo related quizzes currently available.
- ✓ 500+ Practice Questions
- ✓ Detailed Explanations
- ✓ Progress Analytics
- ✓ Exam Simulations