root access 9.10 remix

Asked by rogermsw

I have install PHP on 9.10 remix but can set permission on folder as I have no root access.
How can I log into my netbook as root?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Cristi Nistor
Solved:
Last query:
Last reply:
Revision history for this message
Best Cristi Nistor (cristi-nistor) said :
#1

What exactly you want to do? If you can change the owner of the folder using the following command in a terminal:

sudo chown -R yourusername /path-to-your-folder

Revision history for this message
Daniel Stone (danielstone) said :
#2

open terminal
sudo su
enter password
I do not have the remix running (no device) but that is how you do it in desktop build

Revision history for this message
rogermsw (peterbaker) said :
#3

I need to be able to change the permission on the www folder (currently ownership root) to allow me to add and edit files within the folder from my normal login.

Revision history for this message
rogermsw (peterbaker) said :
#4

Thanks Cristi Nistor, that solved my question.