👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.

On Ubuntu, how to determine current directory?

On Linux Bash prompt, you can get you current directory with the pwd command.

$ pwd
/home/answiki


More