not enough permissions to empty trash

Emmanuel Deng big_dogg_squad at yahoo.com
Fri May 20 14:50:33 UTC 2005


--- Rahul Sundaram <sundaram at redhat.com> wrote:
> Hi
> 
> >...
> >
> >[root at localhost .Trash]# rm * -rf
> >bash: /bin/rm: Argument list too long
> >[root at localhost .Trash]#
> >
> >ouch, heh.
> >
> >  
> >
>
http://www.gnu.org/software/coreutils/faq/coreutils-faq.html#Argument-list-too-long
> 
> regards
> Rahul
> 

Try switching to root, go to the .Trash folder and use

#: rm -rdf *

because remember that the "r" is for recursive action,
the "d" for folder(s), and "f" tells shell to continue
none-interactively. So, you'll probably need to use
"d" so that the all files and folders will be deleted
successfully. 

I believe this should work.
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe:
> http://www.redhat.com/mailman/listinfo/fedora-list
> 


		
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html




More information about the fedora-list mailing list