Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.4

on_ac_power(1)


ON_AC_POWER

ON_AC_POWER

NAME
SYNOPSIS
DESCRIPTION
EXIT CODES
SEE ALSO
AUTHOR

NAME

on_ac_power − test whether the computer is running on line power

SYNOPSIS

on_ac_power

DESCRIPTION

This manual page documents briefly the on_ac_power command.

on_ac_power is a command line program to test whether the computer is running on line power

EXIT CODES

The command succeeds (status 0) if the system is using line power and fails (status other than 0) otherwise. It is designed to be easy to use in shell scripts.
0 (true)

System is on line power.

1 (false)

System is not on line power.

255 (false)

Power status could not be determined.

SEE ALSO

pm-suspend (1).

AUTHOR

This manual page was written by Richard Hughes <richard@hughsie.com>.



on_ac_power(1)