AndyL wrote: > Pretty total Linux newbie looking for the simple console command to > shutdown Slimserver on my Debian (Xandros) machine.
er, why would you want to do that? Do you shut down your machine? I leave mine up all the time. (beatles)/etc/rc.d/init.d> uptime 23:56:30 up 493 days, 11:08, 2 users, load average: 0.17, 0.14, 0.09 > The startup scripts are working fine; simply restarting the machine > starts Slimserver. So where are they? On Mandriva, which I run, the slimserver startup script is in /etc/rc.d/init.d you can run it with something like /etc/rc.d/init.d/slimserver stop A cruder way in general to stop program foo is to issue the command pkill foo -- Pat http://www.pfarrell.com/music/slimserver/slimsoftware.html _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
