Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: sravanth.svk on June 01, 2006, 02:11:55 PM

Title: delete a user from ACL's list
Post by: sravanth.svk 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
Title: delete a user from ACL's list
Post by: Ricky on June 02, 2006, 05:58:50 AM
can you tell me what type of acl.. is it about samba or something ?
Title: delete a user from ACL's list
Post by: sravanth.svk 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
Title: delete a user from ACL's list
Post by: gauravbajaj 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
Title: hi
Post by: sravanth.svk 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
Title: delete a user from ACL's list
Post by: gauravbajaj on June 08, 2006, 07:23:36 PM
U can remove that users entries  from  that file..

Gaurav
Title: Re: delete a user from ACL's list
Post by: naresh 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.