Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 5 of 5

This is a discussion on can't delete something in the Shared & Semi-Dedicated forum
hey everyone, Well i installed a xmbforum.. messed with it for a bit. then noticed it didnt like me. lol. so i 'unistalled it' in ...

  1. #1
    JPC Member
    Join Date
    Jul 2004
    Location
    Illinois
    Posts
    27

    can't delete something

    hey everyone,
    Well i installed a xmbforum.. messed with it for a bit. then noticed it didnt like me. lol. so i 'unistalled it' in other words deleted, the mySQL database.. and tried to delete all the files associated with it.

    Well i can't get rid of them all, i installed it into a folder named "nerd" (name of the MB) and when i tried to delete it.. everything delted correctly except for the images folder. it says "Can't remove directory, directory not empty" ok. fair enough. theres another directory inside the image one. "admin" look in there.. empty. try to delete "admin" same msg. so i got to my control panel and try doing it through the file manager thingy, and thers no option to delete.. i try another directory just to see where it should be.. and yea the option doesnt show up for the "nerd" directory..

    how can i get this useless thing off my space? eek
    the stars fell on me last night


    i want to move to cali.. lol dammit

  2. #2
    JPC Member
    Join Date
    Jul 2004
    Location
    Illinois
    Posts
    27
    oh yes, and also i tried to install the xmbforum before into a directory named "bubbles" and i just noticed and that to is still there. empty except for images and admin. =\
    the stars fell on me last night


    i want to move to cali.. lol dammit

  3. #3
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    If you check, you'll probably find that it's owned by 'nobody'. If that's the case, tech support will have to delete it...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  4. #4
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,306
    When you say the subdirectory is actually empty, you'd need to use "-a" in your ls command to see any hidden files.

    Just for the heck of it, try this one VERY CAREFULLY:

    If the directory tree that you want to eliminate is named foo, ensure you are in the directory above it and type

    rm -Rf foo

    (Capitalization is important) the "f" says force: do it wuithout complaint, and the "R" says to do the command recursively down to the bottom of that directory structure.

    If that doesn't work, go to the "toes" of the directory structure, look for hidden files, chmod them to 777, transverse your way back up to the head of the structure, and try the above command again.

    Good luck.
    Last edited by Ron; 07-26-2004 at 11:44 AM.

  5. #5
    || $name ne 'R.Stiltskin'
    Join Date
    Jun 2003
    Location
    Tejas
    Posts
    2,438

    Re: can't delete something

    blankstarsorg,

    Just wondering... do you have access to a command line application to perform the actions that Ron described? Since telnet has been removed because of security issues, do you use Putty or WinSCP?

    I don't know if working through the cPanel interface will allow command line operations since I never go through its GUI file manager to do anything. (Maybe cPanel has that feature now, I dunno.) The two apps I mentioned will let you do everything you need to do to eliminate hidden or improperly chmod-ed or chown-ed files. FTP clients can probably do the operations too but without the desirable security during command submission. But Ron's hidden file(s) in "toe" directories seems the most likely since many default operations do not let you delete a directory until everything within it is gone first, obviously.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •