Multiple choice

“cd~” is a command used for

  1. creating a new directory

  2. changing the name of a directory

  3. changing the last working directory

  4. changing to home directory

  5. displaying the current working directory

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

“cd~” is a directory management command in Unix programming language. It is used for changing to home directory.