Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我想更改目录但到另一个用户帐户我该怎么做这可能吗?
您可以使用命令 su < username > 切换用户并获取 shell,但您必须知道该用户的密码。如果您想执行单个命令而不是完整的 shell,请使用 -c 开关添加该命令。手册页在这里
使用su,然后以用户身份运行的命令:
su
$ su otheruser $ cd /home/otheruser