On Fri, Nov 08, 2002 at 11:03:22PM -0600, Lance Hoffmeyer wrote:
> How can I restart all services without rebooting?
# shutdown now
When it asks for your root password, hit C-d
--
.''`. Baloo Ursidae <[EMAIL PROTECTED]>
: :' :proud Debian admin and user
`. `'`
`- Debian - when you
- Original Message -
From: "Lance Hoffmeyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 23:03
Subject: restarting all services
> How can I restart all services without rebooting?
>
> Lance
>
I normally 'telinit 2
On 2002-11-08 23:03:22, Lance Hoffmeyer wrote:
> How can I restart all services without rebooting?
Review /etc/init.d or rc2.d if you prefer, then execute the scripts
associated with a service with the argument restart. I would do
something along these lines:
for f in /etc/init.d/*; do echo $f r
How can I restart all services without rebooting?
Lance
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
4 matches
Mail list logo