The Unix Tree
# print working directory
pwd# change directory to root directory
cd /
pwd# change directory to home directory
cd ~
pwd# change directory to root directory
cd /
pwdLast updated
Was this helpful?
# print working directory
pwd# change directory to root directory
cd /
pwd# change directory to home directory
cd ~
pwd# change directory to root directory
cd /
pwdLast updated
Was this helpful?
Was this helpful?