Which command is used to add a new user in Linux?
- useradd
- adduser
- newuser
- createuser
The correct command to add a new user in Linux is useradd. This command creates a new user account and associated files. It is used to specify user details like the home directory and shell.
Loading...
Related Quiz
- To deny all incoming traffic by default and only allow specific traffic in iptables, one would set the default policy of the INPUT chain to ________.
- In the context of networking, what does the acronym "NAT" stand for?
- What is the primary purpose of a VPN in a Linux environment?
- What is the primary purpose of QEMU in Linux virtualization?
- The ________ file in Linux is used to configure network interfaces and is typically found in the /etc/network/ directory.