What is a shortcut for navigating to the home directory?

0255

You can use the cd command followed by the tilde (~) symbol to quickly navigate to your home directory:

cd ~

Alternatively, you can simply use:

cd

Both commands will take you to your home directory.

0 Comments

no data
Be the first to share your comment!