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.
ログが来るたびdmesgに自動的にログを取得することは可能ですか?terminal/var/log/messages
dmesg
terminal
/var/log/messages
dmesg入力を避けるためだけにdmesg <args>
dmesg <args>
ターミナルで実行します。tail-f /var/log/messages
tail
-f /var/log/messages