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.
起動時のログ レベルをレベル 3 に変更するには、システムを再起動するたびに次のコマンドを実行する必要があります。
cat /proc/sys/kernel/printk 7 4 1 7 echo "7 4 1 3">/proc/sys/kernel/printk
私の質問は、再起動後に毎回変更するのではなく、起動時のログ レベルを永続的に 3 に設定する方法はありますか?