uptime
Some strings on this page have not been translated yet. You can help by translating them on Weblate.
v(uutils coreutils) 0.8.0
Options
--since,-s-
uptime-help-since
-
uptime-help-path
--pretty,-p-
uptime-help-pretty
Examples
Imprime la hora actual, el tiempo de encendido, el número de usuarios conectados y otros datos:
uptime
Muestra solo el tiempo que el sistema ha estado encendido:
uptime {{[-p|--pretty]}}
Imprime la fecha y hora en que el sistema se encendió:
uptime {{[-s|--since]}}
Muestra los datos de tiempo en segundos:
uptime {{[-r|--raw]}}
Muestra la versión:
uptime {{[-V|--version]}}
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.