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.
File/Folder permissions
Name: dwp Date: October 15, 2002 at 19:52:43 Pacific OS: RH8 CPU/Ram: 1/1
Comment:
Bear with me please:
In W2K you can assign permissions for a file or folder based upon the user name. You can set a different permission for all persons granted access.
i.e.:
John - read Betty - read / write Mark - fullaccess Susie - write
In Linux I am looking to do the same thing, but I can only find info on "owner, guest, other" and groups. It would not be efficient for me to make that many groups.
Name: VladTsyrklevich Date: October 15, 2002 at 20:47:08 Pacific
Reply:
Have you ever heard of sudo? I believe if you are root you can do something with sudo to give them permissions... But I'm not sure about this. Any of you guys know anything about sudo? And if you do is this right?
0
Response Number 2
Name: armin Date: October 16, 2002 at 00:37:48 Pacific
Reply:
read the manpages of chown and chmod, especially the sections about suid and uid bits. the owner-group-world permission system allows a quite sophisticated control over files and directories. (you know that users can belong to multiple groups ?). well, if you need control over _real_ large networks you might consider using netware. but most situations can easily be handled with the unix file permission system. well, at least i havent reached its limits yet.
Summary: Hello, I'm having problems with file/folder permissions on a Mandrake 8.1 Samba server. I have a samba share set up called "workarea". The "prod" group is set up as the valid users in smb.conf. I did ...
Summary: I have three computers hooked to a 10BaseT hub. In the uplink port I have my RCA cable modem (ATT). Port 1 is a Red Hat Linux 7.2 comp, port 2 is a Windows XP comp, and port 3 is a Windows 98SE comp. ...
Summary: I need to know the proper way to setup folder permission. need user1 and user2 full access to directory1, user3 read only permission to directory1, all other users (4 thru 20) no access to directory1...