Welcome, Guest. Please login or register.

Author Topic: Linux s:user-startup  (Read 5352 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Linux s:user-startup
« on: August 25, 2007, 09:52:19 AM »
On debian or debian based distros, man update-rc.d
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Linux s:user-startup
« Reply #1 on: August 27, 2007, 09:48:35 PM »
@dfreniche
Quote
In the Debian tutorial is clear: everything ending in d is a Daemon.

Well, the tutorial is wrong there. There can easily be commands that end with d, and are not daemons. For example:

chmod
dd
ed
lsmod
mkmod
pwd
sed
depmod
insmod
parted
rmmod
cdrecord
find
head
hostid
id
ld
mkpasswd
passwd
groupadd
groupmod
useradd
usermod

So it should say "Note some of the commands ending in d ...", or so.