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.
シェルスクリプトの途中に次のものが必要です。
--- sudo -u user1 cp /files ./ (as these files are only accessbile to user1) exit ---- continue as me .
問題は、sudo まで正常に実行され、sudo の後の残りのコマンドが実行されないことです。
使い方がsudo間違っています。試す:
sudo
sudo -u user1 cp /files ./
2 行に分割する必要はありません (実際、分割するのは間違っています)。「終了」はスクリプトを終了するため、実行後は何もありません。