Linux Basic commands
- ls: list directory contents. (ls -l)
- ls -a: To show hidden file [ls -l -a, ls -la, ls -al]
- ls -t :List files by time
- ls -r :Reverse order.
- ls -latr : long listing including all files reverse sorted by time.
- cd: changes the current directory.
- pwd: Display the present working directory.
- cat: Concatenates and displayed files contents.
- echo: Displayed the arguments to the display.
- man: Display the online manual.
- exit: Exits the shell or your current session.
- clear: clear the screen.
- g: Move to the top of the page
- G: Move to bottom of the page.
- q: Quit
- “.” this directory
- “..” parent directory
- “cd -” previous directory
- “/” Directory separator