View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Parent directory

From LQWiki

Jump to: navigation, search

A parent directory refers to the directory above the current directory in the file system hierarchy. For example, the parent directory of /usr/bin is /usr, and /usr/bin is referred to as a child directory of /usr. To change to the parent directory of your current directory, use the command

cd ..

Share

Personal tools