| You are here: SillyDog701 > UNIX Guide >SillyDog701 > UNIX Guide > (index) |
Every user is a member of one or more groups. To find out which groups you belong to use the command:
groups
To find out which groups another user belongs to use the command:
groups username
Your files and directories are owned by the group (or one of the groups) that you belong to. This is known as their "group ownership".
To list the group ownership of your files:
ls -gl
You can change the group ownership of a file or directory with the command:
chgrp group_name file/directory_name
You must be a member of the group to which you are changing ownership to.
UNIX Guide home |
search |
index
| Page URL: http://sillydog.org/unix/ [SillyDog701] [Netscape] [MozInfo701] [MacCentre701] [UNIX Guide] [AntTunes701][Forums] [Search] [Change Log] [Feedback] [About Us] [Sitemap] This UNIX Guide maintained by SillyDog701, portion of this Guide is based on UNIXhelp. UNIXhelp is copyright University of Edinburgh. This page was last modified on 14 March, 2006 |
support MozInfo701 and SillyDog701 |