You are not logged in.

#1 2008-05-29 02:00:22

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

How do I delete a folder that need su

I need to delete or rename a folder called pb (it has files in it)  that is located in the /usr/local/games/enemy-territory/
when I was using Ubuntu I would just open the folder using nautilus and try and delete it but Arch is different so I don't know how to delete or rename a folder

Offline

#2 2008-05-29 02:09:27

Zerathidune
Member
Registered: 2007-02-25
Posts: 102

Re: How do I delete a folder that need su

from the command line:

#delete
rm -rf pb
# rename
mv pb newname

I don't know what DE/WM you're using, so I can't be sure any graphical advice I give you will be of any help, but the above should work.

I know in kde you can run a graphical app as root with kdesu, so to open the file manager (konqueror) you could run the command:

kdesu konqueror

don't know how it works in too many other environments.

Offline

#3 2008-05-29 02:13:58

Shadowmeph
Member
From: West Coast Canada
Registered: 2008-05-19
Posts: 208

Re: How do I delete a folder that need su

hmm I am using xfce4 but what you gave me worked thank you

Last edited by Shadowmeph (2008-05-29 02:20:44)

Offline

#4 2008-05-29 02:15:45

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: How do I delete a folder that need su

Shadowmeph wrote:

hmm I am using xfce4

You may run thunar with root permissions (BE CAREFUL.)

sudo thunar

You can also install gksu

pacman -S gksu

And then

gksu thunar

Offline

Board footer

Powered by FluxBB