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.
Limited permissions on one folder
Name: AlPete Date: March 2, 2006 at 10:26:23 Pacific OS: SUSE 9.0 CPU/Ram: AMD 700MHZ 512 Product: beige box
Comment:
A simple command no doubt, but it escapes me:
I need to allow only TWO users on the same machine (root and "franken") to have read, write and delete permissions allowed over the contents of a single network-shared folder. Everybody else on the network is read only.
I'm certain there is a simple solution, but being a new user I haven't found it yet. Help anyone please? Thx.
Name: 3Dave Date: March 3, 2006 at 02:26:52 Pacific
Reply:
Root can have pretty much read/write/execute permissions anyway on everything so it is more likely that you need to restrict the file just down to the other user. GNU/Linux files and directories can have 3 permissions set (read, write and execute) for 3 different catagories (owner, group and everyone). You can change the ownership of something with "chown", the group with "chgrp" or more complicated permissions with "chmod". I would suggest having the file as read/write for the owner franken, have read/write for the group root and read only for everyone else.
Summary: Suse 9 exists as SMB server and is a member of the Win2k Domain. I set up SMB server to use Win2k PDC as a password server for user authentication. SMB will also create Unix system users based on thei...
Summary: I struggle to get rw permissions under "normal" user accounts on a FAT drive. I automount (using /etc/fstab) the drive at /dev/hda2 in /mnt/fat1 and can access it whe logged in as root with no proble...