deHakkelaar

撰写的评论

$ sudo su -c whoami www-data
此帐户目前不可用。

$ sudo -u www-data whoami
www-data

忘记提及,“tee” 命令在 Debian 等系统的 “coreutils” 软件包中

$ which tee
/usr/bin/tee

$ dpkg -S /usr/bin/tee
coreutils: /usr/bin/tee

© . All rights reserved.