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.
このスクリプトを使用して、テキスト行を /etc/hosts ファイルに追加します。スクリプトが機能していないようです。なにが問題ですか?
su cd /etc cat /home/rugile/file >> hosts
/home/rugile/file は次のようになります。
127.0.0.1 domain.com
su新しいシェルを開きます。コマンドをフィードする必要があります。
su
su << EOF ... EOF