Active Topics

 


Reply
Thread Tools
Posts: 7 | Thanked: 0 times | Joined on Sep 2010
#1
Hello guys.

I want to delete specific folder, in: /home/user/MyDocs/ but when i put into X-terminal: rm /home/user/MyDocs/DCIM/aaaaa it doesnt delete this folder "aaaaa" , any ides?

Thx for help.
 
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#2
The command to delete directories must include the recursive argument.

Try this:


rm -R /home/user/MyDocs/DCIM/aaaaa
 
Posts: 7 | Thanked: 0 times | Joined on Sep 2010
#3
Thx very much....
I am new here and i would like to learn more, how to work in X-term. Is here any list of commands or somethink similar?
 
Posts: 519 | Thanked: 366 times | Joined on Sep 2009 @ North Carolina (Formerly Denmark and Iceland)
#4
Originally Posted by T-Bag View Post
Thx very much....
I am new here and i would like to learn more, how to work in X-term. Is here any list of commands or somethink similar?
Google basic unix commands or basic linux commands?
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#5
I hope you have some time at hand

http://ss64.com/bash/
(figured I'd just point you to the bash shell commands)

Happy learning!
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 7 | Thanked: 0 times | Joined on Sep 2010
#6
thx, its time to learn....
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#7
Make sure it keeps giving you pleasure to learn
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:08.