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.
Permission questions
Name: k1r4o Date: February 19, 2006 at 04:25:49 Pacific OS: WinXP CPU/Ram: 3000MHz Product: Pentium
Comment:
Hi guys. I am pretty new to unix, so I have couple of questions. Well here we go 1. Suppose you want to have in your home directory subdirectory named shared in which you want to put two types of files: a.files that only users from your group can read (copy), but not modify b.files that only you have access to (you don’t want even other users to see their names)
2. Suppose you want to have in the subdirectory shared (see question #1) another subdirectory named upload and you want to allow only users from your group to upload their files in it. Users from your group shouldn’t be able to modify other user’s files in your subdirectory upload.
Summary: Hi, I have this question and answer below..pls can anyone tell me why ANSWER C is correct. Q A file permission listed..rw_rw_r__ FILE. Which will not change its permission? A chmod u-w FILE B chmod u...
Summary: I am running a simple php script on my unix server (my web site). I want the php script to have access to a sub folder, but I don't want other people (internet users) to have access to that sub folder...
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...