Question: In Bash, what does the comment below do?

  1. It moves you to the directory you were previously in.
  2. It moves you to your home folder (whatever your current working directory happens to be).
  3. It deletes the current directory
  4. It moves you one directory above your current working directory.

Answer: The correct answer of the above question is Option A:It moves you to the directory you were previously in.