Tag: users
-
Switching Users in Terminal
Most people know that to get from being a normal user to root, you can just type su [enter], give the root password and hey presto; you’re now root@somedomain. But what if I want to switch to another normal account when in terminal? Same deal.. The only difference is that when you Switch User this…
-
Groups : to show the users that belong to a group …
The easiest way find all of the members of a group is to install the package members. sudo apt-get install members EXAMPLE: members –all groupname the above will list all of the members of groupname. Usage: members [ -apst –all –primary –secondary –two-lines ] To show a list of all groupson your system, just…