|
|
|
|
|
by NotMelNoGuitars
2513 days ago
|
|
Yeah, a handful of these tripped me up as well. I got: Question: Write the command that you use to move into your home directory '~' Your answer: cd Correct answer: cd ~ The man pages specify that cd moves into the current user's $HOME directory if called without arguments, but I'm sure there's some mystic difference between cd $HOME and cd ~ in certain cases. |
|