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.
現在、私は修士論文を書いていますが、C++ で少し問題が発生しました。特定の条件下では、ntp デーモンを再起動する必要があるため、次のように呼び出します。
system("service ntp restart");
しかし、この後、ntp はポート 123 ではなく、8377 と 8378 をリッスンします。このポートは、C++ プログラムで使用される udp チャネルに属します。
誰かがこの悪意のある行動について考えを持っていますか?
ありがとう :)