1 Comments

  1. Caawiye Member

    To delete a group in Linux using the groupmod command, you would use the following syntax:

    Copy code
    sudo groupdel groupname

    So, to delete the “football” group, you would use:

    Copy code
    sudo groupdel football

Leave a Reply

Your email address will not be published. Required fields are marked *