Operating System - HP-UX
1825768 Members
3152 Online
109687 Solutions
New Discussion

how to remode ACL entry of root FS.

 
SOLVED
Go to solution
jeevarajkn
Frequent Advisor

how to remode ACL entry of root FS.

Hai guru's

model-rx6600

OS-11.23


i have accidently given ACL permission to one of user noormon.

root@UAEDXBPDCBDBP02 />getacl /
# file: /
# owner: root
# group: root
user::rwx
user:noormon:rwx
group::r-x
class:rwx
other:r-x

how we can remove the ACL permission of noormon user from root FS.


Plesae help.
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: how to remode ACL entry of root FS.

man chacl
Aneesh Mohan
Honored Contributor
Solution

Re: how to remode ACL entry of root FS.

Hi,


setacl -d user:noormon /

regards,
Aneesh
Sajjad Sahir
Honored Contributor

Re: how to remode ACL entry of root FS.

Dear Friend

setacl -d

The -d option deletes an entry. With -d, you do not specify any permissions in the ACL entry. For example, the following command deletes the entry for the group dev:

setacl -d g:dev junk


thanks and regards

Sajjad Sahir
jeevarajkn
Frequent Advisor

Re: how to remode ACL entry of root FS.

Thanks to all,

issue has been resolved,