What is the command to find the hidden files
Answers were Sorted based on User's Feedback
Answer / anandthks
ls -lia all files with the hidden files. hidden file is
represented by a dot and second file by a double dot and so on.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sreejesh1987
Command prompt:
Give the location of file:
eg:
F:\java
Now type:
attrib -a -s -h filename
eg:
F:\java>attrib -a -s -h javapgm
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sin150988
The unix command "-a" displays all files including the
hidden files
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swamy
UNIX:
Use the command "ls" with the combination of switches "ltra"
as "ls -ltra", here switch/option "a" will shows all the files.
Type "man ls" for more details.
Ex:
$ls -ltra
Will show all the dirs, files in the current directory.
Windows:
Use the command "dir" along with the switches "AH" as "dir
/AH" will shows all the hidden files in the current dir.
Type dir /? for more details.
Use command "attrib" at command prompt, it'll shows you the
details of all the files [if given option then recursively]
in the current dir [and sub dirs].
Type attrib /? for more details
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / s.m.feroz ahmed
Hi,
The command to find hidden files are
C:Windows/System32/ dir(Name of Directory)/A/H
will show hidden files present in the system.
| Is This Answer Correct ? | 1 Yes | 1 No |
What question does ask in SCJP330-055 ?
what are the steps of boot phases?
How to find Client system has nfs available and nis available ?
What is the command to find the hidden files
Which attribute definitions is used to dynamically assign ‘PROTECTED’ and ‘MDT ON’ attributes for CustName?
I would like to know the Sun-certification details for java/j2ee.
1)What is meant Host ID of a system? 2)How to Change the Host ID of a System? 3)for what purpose we change the Host ID of a system?
in user administration which file contains primary group and which file contains secondary group?
What is the diffrent between Blade server and normal Sun fire Server
What is the procedure to install the crital patch/package on the SVM ( root mirroring ).
production server is down. what will do that?
can u list out the pure object oriented language?