Announcement

Collapse
No announcement yet.

Deleting Files with root access

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Deleting Files with root access

    I've currently installed a game creatures 3 docking station to keep me occupied but its not working and i want to try to re install it. So i need to remove the folder 1st.

    basicly my command would be from the correct dir :
    saddist@kubuntu:/usr/local/games$ sudo rmdir --ignore-fail-on-non-empty dockingstation

    ls

    but then it just goes on to the next line and nothing happens but the folder and files are still there
    ..
    saddist@kubuntu:/usr/local/games$ ls
    dockingstation
    saddist@kubuntu:/usr/local/games$ sudo rmdir --ignore-fail-on-non-empty dockingstation
    Password:
    saddist@kubuntu:/usr/local/games$ ls
    dockingstation
    saddist@kubuntu:/usr/local/games$ sudo rmdir --ignore-fail-on-non-empty dockingstation
    saddist@kubuntu:/usr/local/games$

    any help would be greately appreciated

    #2
    Re: Deleting Files with root access

    try sudo rm -r foldername
    cheers!
    -=|From the desk of|=-
    «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
    «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
    «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
    Reg. Linux User # 400637

    Comment


      #3
      Re: Deleting Files with root access

      Thank you whoiam55 worked fine

      Comment

      Working...
      X