Hello again,
Ok.. I got into a discussion with a friend about permissions in Windows -vs- Linux/Unix/OSX. My feeling is that permissions are much easier and more flexible in Windows than the others. His belief is that under the hood they are the same but that MS hides it and that someone with some creativity could create a GUI in *nix to allow similar permissions to files/folders.
Maybe he's right, but I thought I'd pose the question. Is there an easy way in *nix to, for instance, place permissions on a directory so that:
user 1 has modify
user 2 has read and execute
group 1 has modify
group 2 has full control
group 3 has write
everyone has read
The thing I'm not sure about is the multiple groups with different permissions and the multiple individual users with different permissions. He and I spoke a little about nested groups, but wouldn't the group that holds all the other groups be the one to define permissions? If so, then you wouldn't be able to have different permissions for different groups on a single folder.
If he's right, is there such a GUI out there that makes it as easy as in Windows to mix stuff like this up? Also, anyone know how (or IF) one can administer permissions one Windows boxes from the command prompt? I found cacls.exe ... is that perhaps the only way?
Joe
Ok.. I got into a discussion with a friend about permissions in Windows -vs- Linux/Unix/OSX. My feeling is that permissions are much easier and more flexible in Windows than the others. His belief is that under the hood they are the same but that MS hides it and that someone with some creativity could create a GUI in *nix to allow similar permissions to files/folders.
Maybe he's right, but I thought I'd pose the question. Is there an easy way in *nix to, for instance, place permissions on a directory so that:
user 1 has modify
user 2 has read and execute
group 1 has modify
group 2 has full control
group 3 has write
everyone has read
The thing I'm not sure about is the multiple groups with different permissions and the multiple individual users with different permissions. He and I spoke a little about nested groups, but wouldn't the group that holds all the other groups be the one to define permissions? If so, then you wouldn't be able to have different permissions for different groups on a single folder.
If he's right, is there such a GUI out there that makes it as easy as in Windows to mix stuff like this up? Also, anyone know how (or IF) one can administer permissions one Windows boxes from the command prompt? I found cacls.exe ... is that perhaps the only way?
Joe