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/init.d/<service> stop
/etc/init.d/<service> stop
すべてのサービスに共通の方法はありますか?
普通に使えます
/etc/init.d/<service> status
ファイルを開くと、/etc/init.d/<service>通常は非常に明確で理解しやすいものになっています。
/etc/init.d/<service>
また、プロセスを確認することもできます
ps -ef | grep <service>
しかし、それほど明確ではありません。