What is the primary purpose of the groupmod command in Linux?
- Modify group attributes
- Add a new group
- Remove a user from a group
- Create a new group
The primary purpose of the groupmod command in Linux is to modify group attributes. You can use groupmod to change properties of an existing group, such as its name or GID (Group ID). It does not create new groups or remove users from groups; it focuses on group attribute modifications.
Loading...
Related Quiz
- The ________ file in Linux is used to configure network interfaces and is typically found in the /etc/network/ directory.
- Which network file system allows sharing files and printers among Linux and Windows systems?
- In Linux, the ________ command is used to create symbolic links between files.
- In a shell script, which built-in variable represents the process ID of the current script?
- If you want to store the exit status of a command in a variable, you would typically use the _________ built-in variable.