Open Source Desktop Environment : UsersGroups

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: OSDE.INFO is produced by "osde8info" :

Users & Groups


users
$ cat /etc/passwd


user add
# useradd


user modify
You must use -a to append user to newgroups without removing them from old groups
# usermod -G newgroup,newgroup -a username


list groups you are a member of
$ groups


all groups
$ cat /etc/group


group add
# groupadd


group rename
# groupmod

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0167 seconds