Re: [opensuse] Deleting unwanted directories in $HOME



On Tue, Dec 8, 2009 at 10:50, Osamalamadingdong <akulkis@xxxxxxxxx> wrote:
ne... wrote:

I have tried deleting all the directories thru System Settings that KDE
creates in $HOME as I do not need them nor what them. Eachtime I
restart X, KDE or my machine, they are all recreated. This is on oS 11.2
with KDE 4.3.4. On my oS 11 install, I do not have this problem.

My question is how can I once and for all delete these directories
permanently? They are: Documents, Download, Music, Pictures &
Videos.


$ for F in Documents Download Music Pictures Videos
do
 rm -rf $F
 ln -s /dev/null $F
done
$

Tell us how it works out.
That won't work because I'll still have the links in $HOME which
I want to get rid of entirely. Thanks tho.

ne...
--
Registered Linux User # 125653 (http://counter.li.org)
Now accepting personal mail for GMail invites.
Mike Ditka - "If God had wanted man to play soccer, he wouldn't have
given us arms." -
http://www.brainyquote.com/quotes/authors/m/mike_ditka.html
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages