directory stack
Computing term: a data structure that stores directories in a last-in-first-out manner, used for navigation in command-line interfaces.
To manipulate the directory stack in the shell, use pushd and popd.
Loanword from English 'directory stack'.