how to delete a hidden folder?

How ca I delete a hidden folder? For example, my WINE directory in /home/iamroot/. wine How can i delete the whole folder?.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
How ca I delete a hidden folder? For example, my WINE directory in
 
/home/iamroot/.wine
 
How can i delete the whole folder?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
OP
Oops. I've found the answer to my own question. Didnt know that one could set hidden folders and files to be seen in Nautilus.

data/avatar/default/avatar03.webp

134 Posts
Location -
Joined 2004-07-27
one can also use the good ole command line
 
rm -r .wine
 
that will take care of it for ya too

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
OP
Thanks. Didnt know that one.=)