Skip to content

Instantly share code, notes, and snippets.

@AlekseyArh
Last active December 6, 2023 08:22
Show Gist options
  • Save AlekseyArh/e0f81a7ae5c63f0047d4199e128f86de to your computer and use it in GitHub Desktop.
Save AlekseyArh/e0f81a7ae5c63f0047d4199e128f86de to your computer and use it in GitHub Desktop.
Доступ к чтению /var/log/nginx для пользователя
sudo setfacl -d -m u:username:r-x /var/log/nginx
sudo setfacl -R -m u:username:r-x /var/log/nginx/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment