show hidden files linux
ls -lha
# l long list
# h human format
# a all files including hidden files
show hidden files linux
ls -lha
# l long list
# h human format
# a all files including hidden files
Display hidden files in Linux
$ ls -a
Linux often use hidden files to store some configuration information.
Hidden files in Linux are those with filenames that begin with a period (.).
These files don't appear in the default ls listing ,
thus called hidden files. The -a parameter with the ls command is used to display hidden files alongside normal folders and files.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us