Find the answer to your Linux question:
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 ...
  1. #1
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575

    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!!

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    I'd leave them alone ... see here and here for example. The result does not mean you have a problem ...

  3. #3
    Just 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:
    Code:
    ls -a
    If you really want to delete an entire directory, use the command
    Code:
    rmdir -r *directories*
    which will erase the directory and all of its contents (r = recursive).

  4. #4
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    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!!

  5. #5
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    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.

  6. #6
    Linux 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+.

  7. #7
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    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!!

  8. #8
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...