Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 22, 2024, 05:17:49 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
delete a user from ACL's list
« previous
next »
Print
Pages: [
1
]
Author
Topic: delete a user from ACL's list (Read 12202 times)
sravanth.svk
Linux Noob !
Posts: 13
delete a user from ACL's list
«
on:
June 01, 2006, 02:11:55 PM »
hi every one
can any one tell me how to delete a user
who is having access to the a directory for which
acl's r implemented
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
delete a user from ACL's list
«
Reply #1 on:
June 02, 2006, 05:58:50 AM »
can you tell me what type of acl.. is it about samba or something ?
Logged
sravanth.svk
Linux Noob !
Posts: 13
delete a user from ACL's list
«
Reply #2 on:
June 02, 2006, 04:07:58 PM »
these are the acl for the parent directory
# file: stssvk
# owner: root
# group: root
user::rwx
user:vsreedhara:rwx
group::rwx
mask::rwx
other::rwx
and this is the subdirectory with the acl's and users
# file: stssvk/sts/QA_Work_Area
# owner: root
# group: root
user::rwx
user:sarni:rwx
user:cdulla:rwx
user:mkoduru:rwx
user:pikkurthi:rwx
user:ssubedar:rwx
user:sthipparapu:rwx
user:kravutula:rwx
user:sdasari:rwx
user:vkoya:rwx
user:falcon:rwx
user:sduggepogu:rwx
user:vsreedhara:rwx
user:vkalva:rwx
group::rwx
group:QATeam:rwx
group:supportteam:rwx
mask::rwx
other::rwx
default:user::rwx
default:user:rkonda:rwx
default:group::rwx
default:group:rkonda:rwx
default:group:QATeam:rwx
default:mask::rwx
default:other::rwx
i want to deleate any one user for this list
Logged
gauravbajaj
LST CareTaker
Experienced
Posts: 658
delete a user from ACL's list
«
Reply #3 on:
June 05, 2006, 06:39:39 PM »
Actually Your question is not so clear ,
What do u mean by acl in ur post?? Is that related to acl in squid ??
Can u explain more and just elobrate...it please
Gaurav
Logged
sravanth.svk
Linux Noob !
Posts: 13
hi
«
Reply #4 on:
June 08, 2006, 01:16:47 PM »
it is not related to squid
acl :
access control lists implemented on a mounted partion which is being shared by samba
i think this will clear ur doubts
her my previous admin has imlemented acl's on the samba share
thank u in advance
Logged
gauravbajaj
LST CareTaker
Experienced
Posts: 658
delete a user from ACL's list
«
Reply #5 on:
June 08, 2006, 07:23:36 PM »
U can remove that users entries from that file..
Gaurav
Logged
naresh
Linux Noob !
Posts: 5
Re: delete a user from ACL's list
«
Reply #6 on:
August 29, 2011, 01:03:58 PM »
Hi naresh here,
You can simply remove that user's entry by using a command setfacl -d acl_entry filename
Use the above command and it will be get done.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
delete a user from ACL's list