How to find and change Linux Directory Owner
Find Directory’s Owner: You can use getfacl to see it. example $ getfacl /etc/ Result: # file: etc #owner: root #group: root user:: rwx group:: r-x other:: r-x You can…
Great minds discuss ideas; learned minds share knowledge!
Find Directory’s Owner: You can use getfacl to see it. example $ getfacl /etc/ Result: # file: etc #owner: root #group: root user:: rwx group:: r-x other:: r-x You can…