Browsing this Thread:   1 Anonymous Users






start-stop-daemon
#1
Just can't stay away
Just can't stay away


See User information
1.功能作用
启动和停止系统守护程序

2.位置

/sbin/start-stop-daemon


3.主要参数
Commands:
-S|--start -- ... 开启一个系统守护程序,并传递参数给它
-K|--stop 停止一个程序
-T|--status 得到程序的状态
-H|--help 显示帮助信息
-V|--version 打印版本信息
Matching options (at least one is required):
-p|--pidfile pid file to check
-x|--exec program to start/check if it isrunning
-n|--name process name to check
-u|--user process owner to check
Options:
-g|--group 按指定用户组权限运行程序
-c|--chuid
按指定用户、用户组权限运行程序
-s|--signal signal to send (default TERM)
-a|--startas program to start (default is)
-r|--chroot chroot to before starting
-d|--chdir change to (default is /)
-N|--nicelevel add incr to the process' nicelevel
-P|--procsched
use with for the kernel
process scheduler (default prio is 0)
-I|--iosched use with to set the IO
scheduler (default prio is 4)
-k|--umask 在开始运行前设置
-b|--background 后台运行
-m|--make-pidfile 当命令本身不创建pidfile时,由start-stop-daemon创建
-R|--retry 等待timeout的时间,检查进程是否停止,如果没有发送KILL信号;
-t|--test 测试模式
-o|--oknodo exit status 0 (not 1) if nothing done
-q|--quiet 不要输出警告
-v|--verbose 显示运行过程信息

5.应用
1、开启一个daemon进程
start-stop-daemon --start --background --exec /usr/bin/mldonkey

2、关闭一个daemon进程

start-stop-daemon --stop --name mldonkey

Posted on: 2019/9/20 11:00
Top








friend links
Themes

(2 themes)
Login
Username:

Password:


Lost Password?
Register now!
Categories
Xoops (11)
--Modules (2)
--Themes (0)
Article (8)