On Tue, May 10, 2011 at 9:21 AM, Varuna Seneviratna
<varunasenevira...@gmail.com> wrote:
>[...]
> If you want to delete the fodler with its contents, do the following as root
>
> rm -rf folder_name
>
> This will delete everything.
> Just an after thought - if you want the system to ask for confirmation
> before deleting, leave out 'f' in the command above

-f is for "force"

Depends on environmnt variables.

Add -i to make sure that it asks.

-i is for "interactive".

(IIRC, the manual is your friend)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to