Exemple avec le service vsftpd
root@Vsch1:/#ps -ef |grep vsftpd
root 2100 1 0 Jul06 ? 00:00:00 /usr/sbin/vsftpd
root 8874 8753 0 10:44 pts/0 00:00:00 grep ftp
[root@pong sbin]# cd /etc/init.d/
[root@pong init.d]# ./vsftpd start
Starting vsftpd for vsftpd: [ OK ]
root@Vsch1:/#stop vsftpd
vsftpd stop/waiting
root@Vsch1:/#start vsftpd
vsftpd start/running, process 8904
/etc/init.d/tis_commandline restart
root@Vsch1:/#/etc/init.d/tis_commandline restart
root@Vsch1:/#ps -ef |grep ftp
root 8904 1 0 10:53 ? 00:00:00 /usr/sbin/vsftpd
root 8906 8753 0 10:53 pts/0 00:00:00 grep ftp