LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hidden or . files in terminal (https://www.linuxquestions.org/questions/linux-newbie-8/hidden-or-files-in-terminal-297503/)

cabinetcrafter 03-04-2005 04:01 AM

hidden or . files in terminal
 
what is the command to access . files while in terminal? Ya know I should know this

hamish 03-04-2005 04:07 AM

you can see what . files exist:

$ ls -lha

then, just access them like any other file:
$ vim .file

harken 03-04-2005 06:02 AM

You can even skip the 'l' and 'h' switches.

hamish 03-04-2005 08:21 AM

totally, just habit I have to see the details :)

shengchieh 03-04-2005 04:34 PM

In your file manager, there is usually an option
to see your hidden files. I know in mine (Xandros),
on the file manager, I can can view -> show hidden files.
Since Xandros File Manager is based on konqueror,
you probably can do this in konqueror. Others,
probably so, but you need to wiggle around to
find the option.

Sheng-Chieh


All times are GMT -5. The time now is 04:23 AM.