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
小伙看你根骨奇佳,潜力无限,来学PHP伐。
Linux 是多用户系统,图片上的home目录是针对当前登录用户的家目录,而命令行中的 /home is for all users.
Linux
/home
Linux
是多用户系统,图片上的home目录是针对当前登录用户的家目录,而命令行中的/home
is for all users.