Hi,
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to provide write/edit access to a file /etc/nginx/nginx.conf file only for non-root users? For example- john is the local Unix user on the server who wants to edit it.
Thanks in advance. Please guide.
Best Regards,
ACL
setfacl commands with user name and file name
several options
On Mon, 2021-08-23 at 21:59 +0530, Kaushal Shriyan wrote:
Hi,
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to provide write/edit access to a file /etc/nginx/nginx.conf file only for non-root users? For example- john is the local Unix user on the server who wants to edit it.
Thanks in advance. Please guide.
Best Regards, _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On Mon, 23 Aug 2021 at 10:09 PM, mario juliano grande-balletta < mario.balletta@gmail.com> wrote:
ACL
setfacl commands with user name and file name
several options
Thanks Mario
On Mon, 2021-08-23 at 21:59 +0530, Kaushal Shriyan wrote:
Hi,
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to provide write/edit access to a file /etc/nginx/nginx.conf file only for non-root users? For example- john is the local Unix user on the server
who
wants to edit it.
Thanks in advance. Please guide.
Best Regards, _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On Mon, 2021-08-23 at 21:59 +0530, Kaushal Shriyan wrote:
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to provide write/edit access to a file /etc/nginx/nginx.conf file only for non-root users?
sudoedit is the standard solution for that problem.
On Tue, 24 Aug 2021 at 6:48 AM, Ian Mortimer i.mortimer@uq.edu.au wrote:
On Mon, 2021-08-23 at 21:59 +0530, Kaushal Shriyan wrote:
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to provide write/edit access to a file /etc/nginx/nginx.conf file only for non-root users?
sudoedit is the standard solution for that problem.
Thanks Ian for the email.
-- Ian _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos