1753776 Members
7269 Online
108799 Solutions
New Discussion юеВ

Re: removing setacl

 
SOLVED
Go to solution
Mel Burslan
Honored Contributor

Re: removing setacl

I thought the group was optional but obviously not. Then run this:

chacl -d 'john.*rw-' tcl8.4.16-src.tar

if this does not work, please post the error message again. Dealing with ACLs is no fun
________________________________
UNIX because I majored in cryptology...
Mel Burslan
Honored Contributor
Solution

Re: removing setacl

chacl is more trouble than I'd like to deal with on a Friday.

you can yank all rights of the user john, using this command

setacl -d user:john

HTH
________________________________
UNIX because I majored in cryptology...
himacs
Super Advisor

Re: removing setacl

Hi Mel,

again same error..

chacl: invalid ACL: invalid group name in ACL entry: "john.*rw-"


himacs
himacs
Super Advisor

Re: removing setacl



Thanx Mel,

its solved..
setacl -d user:john


thanx to everyone who actively participated in this session.


regards
himacs
Roopesh Francis_1
Trusted Contributor

Re: removing setacl

can you please post output of setacl -m command
himacs
Super Advisor

Re: removing setacl



hi Frans,

As i posted above ,issue solved with
setacl option.

regards
himacs
Steven Schweda
Honored Contributor

Re: removing setacl

> for removing acl
> setacl -d u:john:rwx filename.

> check the setacl man pages for details
> http://docs.hp.com/en/B3921-90010/setacl.1.html

You mean where it says this?:

[...]
For the -d option, acl_entries are one or
more comma separated ACL entries without
permissions, [...]

Note: "without permissions". I know nothing,
but ":rwx" looks to me like permissions.
himacs
Super Advisor

Re: removing setacl

useful thread