Linux Terminal Glossary
›
Navigation & Directory
Navigation & Directory
35 commands
pwd
pwd -L
pwd -P
ls
ls -l
ls -a
ls -la
ls -lh
ls -lt
ls -ltr
ls -lS
ls -R
ls -d */
ls -i
ls -1
ls --color=auto
ls *.txt
cd
cd ~
cd ..
cd ../..
cd -
cd /path/to/dir
cd path/to/dir
pushd /path/to/dir
popd
dirs
dirs -v
dirs -c
tree
tree -L 2
tree -d
tree -a
tree -h
tree -I 'node_modules'
Search all 7,657 commands
instead.