LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Gaining root access to file manager (https://www.linuxquestions.org/questions/linux-software-2/gaining-root-access-to-file-manager-549629/)

Rick069 04-27-2007 10:13 PM

Gaining root access to file manager
 
Does anyone know how I can access areas of my file manager as root so I can save, write and transfer files to and from any area?

PatrickNew 04-27-2007 10:20 PM

go to a command line and type

su

give your password when asked, and then type the name of your file manager

although beware - having a file manager open as root is dangerous!

@er<> 04-27-2007 10:24 PM

Try logging on as root that works on some distros. Another suggestion is to use the terminal: su>>password then manually manager your files using

chmod a+w /path/file

to make files read & writeable for normal users to edit.


All times are GMT -5. The time now is 03:42 PM.