Soumis par theblackpig le lun, 01/28/2013 - 12:30
Delete Folder in Root File System
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
lun, 01/28/2013 - 12:30
How do I delete an unwanted folder from the root file system ?
lun, 01/28/2013 - 12:40
#1
How do I delete an unwanted folder from the root file system ?
lun, 01/28/2013 - 16:29
#2
Like you created them, i.e., with 'sudo':
$ sudo rm -r /folder
Be careful: with great powers come great responsibilities, etc.
lun, 01/28/2013 - 16:35
#3
Like you created them, i.e., with 'sudo':
$ sudo rm -r /folder
Be careful: with great powers come great responsibilities, etc.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires