Re: [CentOS] edit or write access to /etc/nginx/nginx.conf file for non-root user.

2021-08-23 Thread Ian Mortimer
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. -- Ian ___

Re: [CentOS] Git 2.23 or later

2021-08-23 Thread H
On 08/23/2021 02:06 PM, Anand Buddhdev wrote: > On 23/08/2021 20:00, H wrote: > > Hi H, > >> The latest version of git for C7 is 1.8.3 and in SCL it's 2.18 >> although the repository claims 2.9 is also available. I am looking to >> upgrade to 2.23 since i need the --no-overlay option. Is anyone run

Re: [CentOS] Git 2.23 or later

2021-08-23 Thread Anand Buddhdev
On 23/08/2021 20:00, H wrote: Hi H, > The latest version of git for C7 is 1.8.3 and in SCL it's 2.18 > although the repository claims 2.9 is also available. I am looking to > upgrade to 2.23 since i need the --no-overlay option. Is anyone running > this version (or later)? If so, from which repos

[CentOS] Git 2.23 or later

2021-08-23 Thread H
The latest version of git for C7 is 1.8.3 and in SCL it's 2.18 although the repository claims 2.9 is also available. I am looking to upgrade to 2.23 since i need the --no-overlay option. Is anyone running this version (or later)? If so, from which repository? Thanks. ___

Re: [CentOS] edit or write access to /etc/nginx/nginx.conf file for non-root user.

2021-08-23 Thread mario juliano grande-balletta
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 use

[CentOS] edit or write access to /etc/nginx/nginx.conf file for non-root user.

2021-08-23 Thread Kaushal Shriyan
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, ___