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.
ssh コマンドを使用して ubuntu サーバーにログインするシェル スクリプト (.sh ファイル) があります。ログインしたら、次のコマンドを実行します。
sudo -i su web
上記のコマンドを同じ .sh ファイルに組み込みたい。どうすればいいのですか?ありがとう