Hi.

On Sat, 20 Sep 2014 12:48:33 +0300
softwatt <softw...@gmx.com> wrote:

> Can't I just do an rm -f -r /home/<USER>/.*  to get rid of hidden
> config? Will they be recreated?
> 

Don't do this *ever*. It's not obvious, but your command will happily
remove /home/<USER>/.. , so everything in /home/<USER> will evaporate.

This is more-or-less safe approach:

rm -rf /home/<USER>/.[a-z0-9]*

Reco


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140920135406.bdc8d3945fbb4aea19667...@gmail.com

Reply via email to