How do I become root on th desktop interface? I'm on the actual desktop trying to drag files. Will I have to move them from my usb to a folder through terminal? If so what comman would that be?W. H. Heydt wrote:First...do an "ls -l" to find out who owns the files (probably root). This is more for information than anything else.
Second be *certain* that you are doing what you want to do. Take a backup anyway in case you make a mistake.
Third, prefix you commands with "sudo" (e.g. "sudo rm <filename>" to delete a file). That will mean that you are running the command as if you were logged in as root. Root has permission to do anything to the system...when a command is run by root, permissions are ignored.
Note: You can run a single command as root that will delete *all* files on the system. I am *not* going to give that command in this Forum because someone would be sure to use it and then complain that it actually worked...and blame me that it did.
Open an LXTerminal window and use the sudo -i command. Everything you do in the window after that runs as root.Loltuttifruitti wrote: How do I become root on th desktop interface? I'm on the actual desktop trying to drag files. Will I have to move them from my usb to a folder through terminal? If so what comman would that be?
Open an LXTerminal window and use the sudo -i command. Everything you do in the window after that runs as root.
Yes...but running as root is discouraged because if you forget that you're running as root, you can create what used to be described as "On a clear disk, you can seek forever." Basically, if you are logged in as root, then everything you run will be as root. If you can't figure it out from there, you probably shouldn't be doing it anyway. See my first comment in this thread.
Code: Select all
gksudo pcmanfm