Find the answer to your Linux question:
Results 1 to 4 of 4
how do u remove directorys from within a command prompt. rmdir only works if the directory is empty. and i dont want to have to go into all the subdirectories ...
  1. #1
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    104

    Deleting stuff

    how do u remove directorys from within a command prompt. rmdir only works if the directory is empty. and i dont want to have to go into all the subdirectories and keep typing rm *

  2. #2
    Just Joined!
    Join Date
    May 2005
    Posts
    20
    rm -r *

  3. #3
    Linux Engineer
    Join Date
    Mar 2005
    Posts
    1,431
    I prefer "rm -rf dir" to not get aksed any questions...

  4. #4
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    104
    k thanks.

Posting Permissions

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