Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
permissions to users
Name: sunray Date: March 25, 2003 at 09:48:41 Pacific OS: win xp CPU/Ram: 256
Comment:
Is it possible to give file permissions to one particular user in a group in Unix
Name: Jimbo Date: March 25, 2003 at 23:41:10 Pacific
Reply:
If supported on your system, check the man page for setfacl. This will allow you to give file permission to a single user regardless of group permissions, as long as they can access the directory.
Summary: You can download a program off the net called "sudo". Once this is setup, you can grant permissions to users to perform root tasks without them having the root password. Everything is logged so you c...
Summary: Ok, I'm kind of new to Unix and had a question about permissions. I have a directory structure that gets files and folders added to it daily by different users in the same group. Whenever they creat...
Summary: RedHat server. Exim mail server. Virtual hosting. I'm a newbie programmer. When I try to run a perl script that opens my /home/accountX/mail/usernameX/INBOX file from my public_html directory, I g...