私はLinuxターミナルで次のコードを書いた。
test@kali:~$ service tor status
bash: service: command not found
何が問題なの?
答え1
エラーが発生しました
bash: service: command not found
service
コマンドが見つからないからです。 (@JdeBPに感謝)
whereis service
どこにいるのか教えてくれます(おそらく)
/usr/sbin/service
$PATHに '/usr/sbin`を追加できます。
PATH=/usr/sbin:$PATH
@PierreAlainToretが説明したように、service
正しく実行されると、実行中に他のエラーが発生するはずです。systemd
Unit tor.service could not be found.
答え2
したがって、ページ、Kali Linuxを設定するにはsystemdを使用する必要があります。
したがって、コマンドがsystemctl
置き換えservice
られ、サンプルはsystemctl status tor.service
.serviceが自動的にsystemdに追加されます。systemctl status tor