shutdown en Linux

smoGG

wenas, keria saber si existe algún comando en Linux para ke haga mas o menos lo ke hace el comando "shutdown (-r, -s, etc)" en el cmd de windows. thankssss

A

Sí. Se llama igual que el de Windows:

Usage: shutdown [-akrhHPfnc] [-t secs] time [warning message]
-a: use /etc/shutdown.allow
-k: don't really shutdown, only warn.
-r: reboot after shutdown.
-h: halt after shutdown.
-P: halt action is to turn off power.
-H: halt action is to just halt.
-f: do a 'fast' reboot (skip fsck).
-F: Force fsck on reboot.
-n: do not go through "init" but go down real fast.
-c: cancel a running shutdown.
-t secs: delay between warning and kill signal.
** the "time" argument is mandatory! (try "now") **

_MAGO_

shutdown -r now <enter> Password

ElRuso

Para reiniciar puedes usar:

init 6
reboot

Para apagar el PC:

init 0
shutdown -h now

Y

Y si quieres más velocidad y tienes una placa acpi simplemente pulsa el botón de power de tu CPU :P

smoGG

jaja gracias, pero lo ke kiero no es pagar mi pc, si no un ekipo de la red local.

Y

hombre tienes otro comando más rápido

poweroff xD y punto, y se acabó :D

y si lo quieres hacer remoto ssh usuario@host /sbin/poweroff

Usuarios habituales