Debian與RH的service命令作用等同的命令為invoke-rc.d
invoke-rc.d ntfs-3g start
invoke-rc.d: unknown initscript, /etc/init.d/ntfs-3g not found.
ls /etc/init.d/
acpid ifupdown-clean reboot
alsa-utils kbd rmnologinanacron keyboard-setup rsyslog
bootlogd killprocs sendsigs
bootlogs module-init-tools single
bootmisc.sh mountall-bootclean.sh skeleton
checkfs.sh mountall.sh stop-bootlogd
checkroot.sh mountdevsubfs.sh stop-bootlogd-single
console-setup mountkernfs.sh udev
cron mountnfs-bootclean.sh udev-mtab
cups mountnfs.sh umountfs
dbus mountoverflowtmp umountnfs.sh
gdm3 mtab.sh umountroot
halt networking urandom
hdparm procps vboxballoonctrl-service
hostname.sh rc vboxdrv
hwclockfirst.sh rc.local vboxweb-service
hwclock.sh rcS x11-common
ifupdown README
使用invoke-rc.d
Debian 下與RH的。這兩個命令在大多數情況下的作用是完全相同的。例如,service inetd start與invoke-rc.d inetd start有相同的作用(啟動inetd服務,相應的停止服務的命令為invoke-rc.d inetd stop)。invoke-rc.d命令也有一個額外的我們可以深入研究的命令引數,但是一般來說這兩個命令是相同的
相關文章
- source命令的作用
- 如何通過命令列升級 Debian 9 為 Debian 10命令列
- 如何透過命令列升級 Debian 9 為 Debian 10命令列
- linux sed []命令的作用Linux
- linux 命令尾部&的作用Linux
- Debian的定時執行命令Crontab
- Linux基礎命令---serviceLinux
- 使用make命令建立Service類
- ping命令的作用和原理簡述
- partprobe 小命令大作用
- shell中的點命令與source命令的區別
- ubuntu安裝debian包的命令dpkg和apt的詳解UbuntuAPT
- 重啟openstack的openstack-service命令不存在
- Linux中chmod命令的定義及作用!Linux
- dis ip int brief命令的作用是什麼?
- 使用 make:service 命令快速生成 Services
- Activiti中的各個service的作用
- 為什麼Linux的htop命令完勝top命令Linux
- Linux chattr命令有哪些作用?命令格式是什麼?Linux
- Linux系統中的list命令有何作用?Linux
- Linux 中grep命令中 -P選項的作用Linux
- Linux命令之rz命令與sz命令Linux
- Laravel自定義Make命令生成Service類Laravel
- Linux命令列與命令Linux命令列
- 【Azure微服務 Service Fabric 】使用az命令建立Service Fabric叢集微服務
- 為了前端的深度-git的命令列前端Git命令列
- Linux系統命令與Solaris系統命令的對比Linux
- HP-UX.MC Service Guard 命令敘述UX
- ES6let命令和塊級作用域和const命令
- Linux裡面sort命令的作用是什麼?如何使用?Linux
- echo命令在Unix中的作用以及其常見用法?
- Redis的安裝配置與命令操作Redis
- 命令列中的拆分與合併命令列
- AIX與Linux中的ar命令AILinux
- linux sudo命令的概念與使用Linux
- Linux 的 fmt 命令用法與案例Linux
- Linux下chkconfig命令詳解?(service)Linux
- 15 個鮮為人知的Unix命令