Message: 2
Date: Sun, 14 Sep 2003 22:45:56 -0700 (PDT)
From: "M. Zabtoo" <[EMAIL PROTECTED]>
Subject: removing directories even they are not empty
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

--0-1126043940-1063604756=:82683
Content-Type: text/plain; charset=us-ascii

I have done a great expreiment with linux 8, installation and uninstallatoin of so many softwares. but it leave me with lot of directories and now i want to delete them at all. Is thier any way to delete them even they are full.

thankyou,
zabtoo



Use rm -Rf <directory name>. The R is for recursive which deletes all subdirectories beneath the one that you specify and the f forces the deletion without prompting. Be careful here - make sure that you are sure that you have entered the directory name correctly.




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list

Reply via email to