You can access the home directory using the cd command in two ways:
Using the tilde (
~) symbol:cd ~Using the command without any arguments:
cd
Both commands will take you directly to your home directory.
You can access the home directory using the cd command in two ways:
Using the tilde (~) symbol:
cd ~
Using the command without any arguments:
cd
Both commands will take you directly to your home directory.
0 Comments