Click to See Complete Forum and Search --> : creating groups?


jutah
10-17-2001, 02:47 PM
My friends and I are working on this project together, but we are having trouble with permissions and writing to each others files. I want to set up a group and give all the members of the group rwx permissions, but I can't figure out the command to do that? Any suggestions?

thanks
jutah :)

bdw72
10-17-2001, 03:37 PM
The command you want is chmod. Do a "man chmod" to figure out the correct permissions for the group. The file permissions are split into user, group, and other

-rwx|rwx|rwx
^ ^ ^
user group other

jutah
10-17-2001, 05:07 PM
I know how to chmod I need to know how to actually create the group.

thanks
jutah

bdg1983
10-17-2001, 05:25 PM
groupadd should be want you need.