Permission denied for the custombuild folder

javed

New member
Joined
Dec 26, 2021
Messages
2
Hi,
I try to update the php version, but this command:
cd /usr/local/directadmin/custombuild
Permission Denied.

Can anyone help me to update my PHP version
 

Attachments

  • Screenshot_355.png
    Screenshot_355.png
    33.4 KB · Views: 11
You need to be root to enter these directories. To gain root access, please execute su - and enter root password then.
 
can you please let me know the complete command?
Also where from where I can get root password
I am using putty
 
Last edited:
login as user with SSH then switch to root, like:
Code:
su
then enter
paste or type now your root password then enter
Now you have root power :)
(Assuming here that the root login was disabled)
 
Back
Top