-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

setfacl


> Set file access control lists (ACL).

More information.


Modify ACL of a file for user with read and write access:

setfacl -m u:{username}:rw {file}

Modify default ACL of a file for all users:

setfacl -d -m u::rw {file}

Remove ACL of a file for a user:

setfacl -x u:{username} {file}

Remove all ACL entries of a file:

setfacl -b {file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:56:27 2024