Difference between revisions of "Linux Security"
→Groups
imported>Fhdk (→TIPS) |
imported>DeMus (→Groups) |
||
Line 13: | Line 13: | ||
== Groups == | == Groups == | ||
Users on a Linux system | Users on a Linux system are commonly arranged in groups. A user group is a convenient way of assigning a user access to a common task like sound, media, printing and mounting of removable drives etc. | ||
A list of available groups can be seen on the system by opening a terminal and executing the command below. | A list of available groups can be seen on the system by opening a terminal and executing the command below. | ||
Line 22: | Line 22: | ||
$ groups | $ groups | ||
== Passwords == | == Passwords == |