answersLogoWhite

0

groupdel [group]

You may want to simply remove the user from the group though:

gpasswd -d [user] [group]

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What command would you utilize to change the ownership group of a file named xxx.php?

If you are asking about group ownership change then the command is 'chgrp'


What command is used to create a users group?

To create a user group in a Unix-like operating system, you can use the groupadd command followed by the desired group name. For example, the command groupadd mygroup will create a new group named "mygroup". Make sure to have the necessary administrative privileges to execute this command.


What is the symbol for redirection of output?

The symbol for redirection of output in a command-line interface is the greater-than sign (>). It allows you to send the output of a command to a file instead of displaying it on the screen. For example, command > output.txt saves the output of the command to a file named output.txt. To append output to an existing file, you can use >>.


Who was the only surviving horse in the battle of little big horn?

The only survivor from the command group period; Commanche.


How would you create a user named John Doe who has the user name jd and who belongs to group 65535 from the command line?

The exact command varies with different Unix or Linux systems, but usually it looks like: adduser --home /home/jd --shell /bin/bash --group 65535 jd Check the adduser command on your system for exact details.


What was the capsules name on Apollo 11?

The Lunar Module was named Eagle and the Command Module was named Colombia


What was the name of the command module of the Apollo 11 spacecraft of 1969?

The Command Module was called Columbia ( the lunar module was named Eagle.)


What was the name of the command module?

The command module of the Apollo 11 mission was named "Columbia."


What was the name of the Apollo 11 Command Module?

The Apollo 11 Command Module was named "Columbia."


One of the great lakes is named after this group?

the group named after a lake is called Huron


Which command from JDK should be used to execute the main method of a class named smallprog?

To execute the main method of a class named smallprog using the JDK, you would use the java command in the terminal or command prompt. The command would be: java smallprog. Ensure that the class is compiled and available in the classpath before executing this command.


How can I use ffmpeg to convert a WMV file to an MP4 file?

You can use ffmpeg to convert a WMV file to an MP4 file by running a command in the terminal or command prompt. The command typically looks like this: ffmpeg -i inputfile.wmv outputfile.mp4 This command will convert the WMV file named "inputfile.wmv" to an MP4 file named "outputfile.mp4".