Ls -a command is used to view all files, also the hidden ones which starts with dot.
You Might Also Like:
- Linux: Removing Files When the file is not useful anymore you may remove it via rm command. Unlike to GUI (Graphical User Interface) Linux terminal don’t have a...
- Linux: Displaying Directory Contents ls -l command option is used to display the contents of the directory in different formats. ls gives only a list of files of certain...
- Linux: Copying Files For copying any file use cp command with target name. If you target the name of any directory then the source files would be transferred...
- Setting Up Linux Media Server And Sharing Files Between Multiple Linux Machines You can connect your multiple machines for sharing multimedia files through a centralized web server. In this tutorial you will learn how to set up...
- Linux File System Linux File System is the structure of all information stored on your operating system. As Linux takes everything as a file hence here the directories...
- Linux: Concatenate Files The cat command reads one or more files and copies them to standard output: cat [file...] You can use it to display files without paging,...
- Linux: Everything Is A File And Each File Is Case Sensitive In Linux based operating system everything is a file. Directories are special kind files. Linux Is Case Sensitive: Linux is case sensitive which means these...
- Linux: What is the use of PWD command in Linux Pwd command is used for print the name of present working directory in Linux terminal sangkrit@linux:~$ pwd /home/sangkrit ...




