Chmod -R 77x test
The 'x' in the above statement is the world-permissions...
Execute is worth 1, Write is worth 2, Read is worth 4. If you add up
the numbers for the permissions you want, you get the result, so 775
would be full access for owner and group, and read/execute for world.
Hope this helps =>
Ben
-----Original Message-----
From: Manu Verhaegen [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 05, 2001 4:29 AM
To: 'Php-General (E-mail)
Subject: [PHP] chmod
I have the following question :
I have a directory on my ftp server and i want give access to this
directory
by usergroup ( the name of the group is test )
We have do the following :
% vadduser
user Configuration
------------------
Username: test
Password: test
Fullname: test
UID: 35647
Groups: test
Home Dir: /ftp/test
% dir
drwxrwxr-x c myname vkernel 512 AUG 5 11:27 test
I want give read,write,exectute access for this directory to the group
test
how can i do this?
chmod ....
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]