Computing.Net > Forums > Linux > Giving a user rights to a directory

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Giving a user rights to a directory

Reply to Message Icon

Name: Rich
Date: March 11, 2003 at 17:09:35 Pacific
OS: Slackware 8
CPU/Ram: 90/16MB
Comment:

I would like to know how to give my user "webmaster" rights to "/var/www" (For FTP, Telnet, and direct access).
Could someone please tell me how to do this. His group is "users". If you need to know; but I can create a new group if the group name is needed. (I don't know how to do that either but I think I can find that out)
Thanks A lot!



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: March 12, 2003 at 02:43:03 Pacific
Reply:

You could make him the owner of the folder/files:
# chown -R webmaster /var/www

Chances are that the owner already has read/write/execute permissions set, if not:
# chmod -R 755 /var/www


0

Response Number 2
Name: Rich
Date: March 12, 2003 at 04:53:46 Pacific
Reply:

Thanks for the help!


0
Reply to Message Icon

Related Posts

See More


Red Hat 8 CD music no pla... WINE on Redhat 7!? How to...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Giving a user rights to a directory

SAMBA www.computing.net/answers/linux/samba/11295.html

user rights www.computing.net/answers/linux/user-rights/30063.html

acl`s in squid www.computing.net/answers/linux/acls-in-squid/16258.html