arunsiddhnath

Registered
Sep 17, 2021
1
0
1
jirapur
cPanel Access Level
Root Administrator
I'm using cloudlinux OS
last time I'm disable cpanel update so I'm changed something in /etc/cpupdate.conf file
now i want to update my cpanel and i want to try to change /etc/cpupdate.conf file data but I'm facing error
like permission denied
how i can edit this file please help me


Capture.PNG
 
Last edited:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,385
2,253
363
cPanel Access Level
Root Administrator
Hey there! here is what that file looks like on my personal server:

Code:
# ls -lah /etc/cpupdate.conf
-rw-r--r--. 1 root root 87 May 11 16:14 /etc/cpupdate.conf
It's also possible you set an immutable bit with chattr, which would show up with this command:

Code:
# lsattr /etc/cpupdate.conf
-------------e-- /etc/cpupdate.conf
Can you post the output of those two commands on your system so we can compare the permissions?