answersLogoWhite

0

ls -al list hidden file also.Hidden files starting with "."

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Would the ls -a command show hidden files?

Yes, in Linux or Unix, this command will show all files including hidden files in the current directoryl. In general, hidden files are files whose name begins with a period "."


Which MS-DOS command can display hidden files?

If you just want to display the hidden files, run following command: dir /ah this will show you all hidden files and folders.. However if you want to change the attributes permanently, use attrib command..


Which MS DOS command can display hidden files?

If you just want to display the hidden files, run following command: dir /ah this will show you all hidden files and folders.. However if you want to change the attributes permanently, use attrib command..


What command in windows 98 can you use to change a files settings?

The ATTRIB command displays or changes the read-only, archive, system, and hidden attributes assigned to files


What is the Linux command to list all filenames which has dot at the end?

ls -a will show all the hidden files that begin with a dot "."


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


How are files hidden in Linux?

Files in unix operating systems with a '.' character as the first character in the filename are hidden.


What MS-DOS command can display hidden files?

The attrib command is capable of displaying files that have been marked as hidden.


What command in Linux do you use to copy files?

cp.


What Linux command that lists the basic files in a directory is?

ls


Which command can be used to standardize configuration files across Linux?

NIS


Why are hidden files on a DOS disk?

Hidden files are files stored on the disk, but which do not show up when you list a directory of the disk.In DOS, you normally type the command DIR to view the files on a disk. If you would like to see hidden file names, use the command DIR /AH (A=Attribute; H=Hidden).