If pwd displays /home/thesis
, what will ls ../thesis
display?
If pwd
displays /home
, and -r
tells ls
to display things in reverse order, what command will display refs/ main/ data/
?
Similarly, if pwd
displays /thesis/main
, what command will display the same output as before?
What does the command cd
without a directory name do?