Tutorial by Examples

let's say you have two users with username chyingp and casper, and want to add them both to group root. usermod chyingp -a -G root usermod casper -a -G root here comes the explanation of -a, -G -a, --append Add the user to the supplementary group(s). Use only with the -G option. -G, --groups...

Page 1 of 1