Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

timeout
Запустить командную строку с тайм-аутом

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  timeout [-k DURATION] [-s SIGNAL] DURATION COMMAND...


Run command line as a child process, sending child a signal if the
command doesn't exit soon enough.

DURATION can be a decimal fraction. An optional suffix can be "m"
(minutes), "h" (hours), "d" (days), or "s" (seconds, the default).

  • -s Send specified signal (default TERM)

  • -k Send KILL signal if child still running this long after first signal

  • -v Verbose

  • --foreground Don't create new process group

  • --preserve-status Exit with the child's exit status
  • [ ToyBox ]     [ ManLinux ]