BeaverC32 wrote: The McGraw Hill book is incorrect -- I remember seeing the same error while I was going through the book. Last time I checked, there was no errata available. To add a user to a group (while the user already exists) use the command:usermod -G [group] [userName] As far as I know, the only thing groupmod is capable of is changing the GID or the group name (with root level access).
dogon23 wrote: just goes to show you that the best way to learn this it to actually run through all the commands over and over again so you know what does and what does not work. thanks