Home > Q&A > body text
For example, if I use cd / to return to the root directory and then use cd home, will the directory I enter be the same as the one in the picture?
cd /
cd home
習慣沉默2017-05-16 13:26:31
Linux 是多用户系统,图片上的home目录是针对当前登录用户的家目录,而命令行中的 /home is for all users.
Linux
/home