answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Linux command to list all filenames which has dot at the end?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command would you use to list the TCP IP configuration for all of the NICs in your Linux server?

ifconfig


What command do I use in Linux to list all absolute path names in my current working directory?

ls -la


What command will display a list of NFS exports in Linux?

exportfs lists the directory shared and the access control list/home/stuff 192.168.6.100showmount --all also shows exports.


What command displays the command list?

In Linux, command typed at a command prompt displays a list of commands that would likely contain the command you desire. For example, to find all of the commands that have word flush in their name or descriptions type the following: man -k flush


What would the syntax of a command to list all documents in a directory that have the extension doc?

For windows: dir *.doc For Unix/Linux: ls *.doc


What is the command for finding the port number of NFS in Linux?

netstat - input will give a list of all ports in use on a machine with the service running on that port.


What is the history command in Linux?

The history command displays all commands that have been entered into the terminal.


Do all Linux commands have options associated with them?

No, but the grand majority of them do. For more information: $ man command $ command --help


What is the command used on a linux machine to display the mac address?

''ipconfig/all''


Is the uname command can be used on other Linux distro?

yes it can be use in almost all


What Linux command is used for displaying all files with extension .c?

ls *.c


What command is used to assign executable permission to all for the filetxt in Linux?

the command to make anything executable is chmod +x <file>