| Author |
Linux+ Question of the Day
|
|
| Boulware5 2004-02-12, 1:36 am |
| Billy Bob has a couple files in the directory named mp3s. He wants to delete that directory and all the files in it. He uses the command rmdir mp3s but it won't let him do it. Why not?
a. Only root can do that
b. He doesn't have the proper permissions
c. rmdir can only delete directories that are empty
d. He has to specify the absolute pathname to delete the directory.
e. Some files in the mps3 directory must be in use. Billy Bob needs to quit any mp3's he's playing and then rmdir it. | |
| prezbedard 2004-02-12, 1:38 am |
| c. rmdir can only delete directories that are empty | |
| ClintonN 2004-02-12, 11:16 am |
| c | |
| Dr. C 2004-02-12, 11:32 am |
| c | |
|
|
| prezbedard 2004-02-12, 11:42 am |
| almost there boulware just 3 more to go! | |
| mihnet 2004-02-15, 12:07 pm |
| Hi,
right , rmdir will only delete an empty directory ... ( if one has the right to do it ... )
sometimes ... brute force is required ..
rm -rf nastydir
( take care ... things do not come back ..)
 | |
| Boulware5 2004-02-19, 2:47 am |
| C is correct! | |
| prezbedard 2004-02-19, 10:05 am |
| Boo - YA!!!! |
|
|
|