LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-26-2007, 08:31 PM   #1
Onewheelinweirdo
Member
 
Registered: Mar 2007
Location: Grand Rapids
Distribution: Kubuntu Fiesty 7.04
Posts: 53

Rep: Reputation: 15
I need to get rid of my old kbfx files to install new version - "access denied"


I managed to uninstall my old version of KBFX but now I need to get rid of all the old files associated with the old version. when i click "move to trash", it says "access denied". I tried logging in as root, but i can't locate the files from there. Help please?
 
Old 03-26-2007, 09:02 PM   #2
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
How come you can't locate the files as root? They ought to be in the exact same place as they are when you see them as non-root.
Perhaps they are 'hidden' and you need to set 'view hidden files' in your browser?
 
Old 03-27-2007, 11:52 AM   #3
Onewheelinweirdo
Member
 
Registered: Mar 2007
Location: Grand Rapids
Distribution: Kubuntu Fiesty 7.04
Posts: 53

Original Poster
Rep: Reputation: 15
the files I'm trying to delete are in /josh/home so they are in my home folder. the home folder in root has nothing in it. when i type in /josh/home in konqeror as root. it tells me that there is no such thing.
 
Old 03-27-2007, 12:34 PM   #4
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
as root, can you navigate to /home/josh/ ? They should be there
 
Old 03-28-2007, 05:58 AM   #5
Onewheelinweirdo
Member
 
Registered: Mar 2007
Location: Grand Rapids
Distribution: Kubuntu Fiesty 7.04
Posts: 53

Original Poster
Rep: Reputation: 15
root has it's own partition if that makes any difference. I have tried a bunch of sda# or hda# but cant get to any other partition but the root partition. could someone show me how to delete the files in a command window? I know it has something to do with rm but the instructions are confusing to me. I typed in rm kbfx and it told me it can't delete a directory.
 
Old 03-28-2007, 08:04 AM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
'man rm' will give you the manual page on the rm function.
A quick basic format is like this:
rm -f kbfx* # forcecfully delete all files named kbfx*
or
rm -frd * # forcefully and recursively delete all files and folders named 'anything'

OK, yes it makes a difference if the root partition is a different one than the one which contains your home folder. If you have the lshw command, that's one way to identify all the partitions on all the devices. Another option would be to use parted.
You will need to mount the partition containing your home folder, and if you still don't get the permissions needed to do what you want to do, then CHROOT yourself into the partition.
So:
mount /dev/hda5 /mnt/somewhere
then:
chroot /mnt/somewhere

That will put you into the root of the mounted partition, where you can work from. after you finish, type 'exit' to un-chroot yourself back to the main partition.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba + CUPS "Access denied, unable to connect" error lirik Linux - Networking 10 10-13-2011 01:09 PM
Need ACCESS to change files! Every time I try to change a setting,"Permission Denied" Balarabay1 SUSE / openSUSE 2 03-06-2006 09:54 AM
"Access denied to /home/violentj/firefox-installer/install.ini" GameGuru Linux - Newbie 6 07-02-2005 08:26 PM
How to get rid of "INIT: version 2.85 reloading" messages Arodef Fedora 1 11-02-2004 02:33 AM
"X-MS" cant open because "x-Multimedia System" cant access files at "smb&qu ponchy5 Linux - Networking 0 03-29-2004 11:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration