Results 1 to 8 of 8
I ran rkhunter this afternoon and it indicated that if found three hidden directories:
[15:55:40] Warning: Hidden directory found: /dev/.static
[15:55:40] Warning: Hidden directory found: /dev/.udev
[15:55:40] Warning: Hidden directory ...
- 04-30-2009 #1
How do I eliminate a hidden directory?
I ran rkhunter this afternoon and it indicated that if found three hidden directories:
[15:55:40] Warning: Hidden directory found: /dev/.static
[15:55:40] Warning: Hidden directory found: /dev/.udev
[15:55:40] Warning: Hidden directory found: /dev/.initramfs
I looked at the dev file using nautilus and I could not find any of them.
Is there any way to eliminate them out of my 8.04 os? Thanks!!Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 04-30-2009 #2
- 04-30-2009 #3Just Joined!
- Join Date
- Jul 2007
- Location
- USA
- Posts
- 61
There is no reason to remove them. You can view hidden files in the terminal by giving the command:
If you really want to delete an entire directory, use the commandCode:ls -a
which will erase the directory and all of its contents (r = recursive).Code:rmdir -r *directories*
- 05-01-2009 #4
Thanks for the information!!
Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 05-01-2009 #5
Hi Lucky,
You can also see hidden files and directories while in Nautilus. Click on View in the menu bar, check "Show hidden files"Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 05-01-2009 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
While in Nautilus you can hit CTRL+H to toggle viewing hidden files. In Dolphin and Konqueror you can use ALT+.
- 05-01-2009 #7
I used the terminal command " ls -a " and I got a jolt over Just how many files came up.
What kind or type of hidden files should I be worried about?Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 05-03-2009 #8Just Joined!
- Join Date
- Jul 2007
- Location
- USA
- Posts
- 61
There's nothing to worry about. Your system automatically "hides" files beginning with a dot. Try making one yourself. Many programs will automatically make a file like this in your home folder to store information about that program.


Reply With Quote