Author |
RWED rights on folders as default? |
nickname
Member
Posts: 4
Joined: 26.06.09 |
Posted on July 15 2009 09:22 |
|
|
Hello,
I am getting tired of typing "set prot=(o:rwed) *.dir;*" Is there any way to default (o:rwed) as access rights for every folder a user creates?
Thanks in advance and a pleasant evening |
|
Author |
RE: RWED rights on folders as default? |
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on July 20 2009 05:32 |
|
|
See
$ HELP SET PROTECTION/DEFAULT
You could put this in the users login.com :-) |
|
Author |
RE: RWED rights on folders as default? |
pfau
Member
Posts: 33
Location: North Brunswick, NJ
Joined: 12.03.08 |
Posted on July 20 2009 07:05 |
|
|
I think that will change the default protection applied to files but I don't think there's any way you can allow delete access by default on directories. I think about the best you can do is create a symbol in your login.com that specifies the permission you'd like to see, e.g.:
$ mkdir == "create/directory/protection=(o:rwed)"
Then use the symbol when creating directories. |
|