man run-parts(8) - запустить сценарии или программы из каталога

debian, “man run-parts(8) - run scripts or programs in a directory”, public translation into Russian from English More about this translation.

See also 153 similar translations

Translate into another language.

Participants

saturn721442 points
morbo239 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next
1 2

man run-parts(8) - run scripts or programs in a directory

man run-parts(8) - запустить сценарии или программы из каталога

History of edits (Latest: morbo 2 years, 12 months ago) §

NAME

НАЗВАНИЕ

History of edits (Latest: saturn721 3 years ago) §

run-parts - run scripts or programs in a directory

run-parts - запустить сценарии или программы из каталога

History of edits (Latest: morbo 2 years, 12 months ago) §

SYNOPSIS

ОБЗОР

History of edits (Latest: morbo 3 years ago) §

run-parts [--test] [--verbose] [--report] [--lsbsysinit] [--regex=RE] [--umask=umask] [--arg=argument] [--exit-on-error] [--help] [--version] [--list] [--reverse] [--] DIRECTORY

run-parts [--test] [--verbose] [--report] [--lsbsysinit] [--regex=RE] [--umask=маска] [--arg=аргумент] [--exit-on-error] [--help] [--version] [--list] [--reverse] [--] КАТАЛОГ

History of edits (Latest: morbo 2 years, 12 months ago) §

run-parts -V

run-parts -V

History of edits (Latest: saturn721 3 years ago) §

DESCRIPTION

ОПИСАНИЕ

History of edits (Latest: saturn721 3 years ago) §

run-parts runs all the executable files named within constraints described below, found in directory directory. Other files and directories are silently ignored.

run-parts запускает все исполнимые файлы, названные в рамках ограничений описанных ниже, найденные в указанном каталоге. Другие файлы и каталоги просто игнорируются.

History of edits (Latest: morbo 2 years, 12 months ago) §

If neither the --lsbsysinit option nor the --regex option is given then the names must consist entirely of upper and lower case letters, digits, underscores, and hyphens.

Если не задана ни опция --lsbsysinit ни опция --regex, то имена должны состоять полностью из букв в верхнем и нижнем регистре, цифр, знаков подчёркивания и дефисов.

History of edits (Latest: morbo 2 years, 12 months ago) §

If the --lsbsysinit option is given, then the names must not end in .dpkg-old or .dpkg-dist or .dpkg-new or .dpkg-tmp, and must belong to one or more of the following namespaces: the LANANA-assigned namespace (^[a-z0-9]+$); the LSB hierarchical and reserved namespaces (^_?([a-z0-9_.]+-)+[a-z0-9]+$); and the Debian cron script namespace (^[a-z0-9][a-z0-9-]*$).

Если задана опция --lsbsysinit, имена не должны заканчиваться на .dpkg-old или .dpkg-dist или .dpkg-new or .dpkg-tmp, и должны принадлежать одной или более следующих пространств имён: назначенное LANANA пространство имён (^[a-z0-9]+$); иерархия LSB и зарезервированные пространства имён (^_?([a-z0-9_.]+-)+[a-z0-9]+$); и пространство имён cron-сценариев Debian (^[a-z0-9][a-z0-9-]*$).

History of edits (Latest: morbo 2 years, 12 months ago) §

If the --regex option is given, the names must match the custom extended regular expression specified as that option's argument.

Если задана опция --regex, имена должны совпадать с выбранным расширенным регулярным выражением, указанным в качестве аргумента опции.

History of edits (Latest: morbo 2 years, 12 months ago) §

Files are run in the lexical sort order of their names unless the --reverse option is given, in which case they are run in the opposite order.

Файлы запускаются в порядке лексической сортировки их имён, если не задана опция --reverse, в этом случае они будут запускаться в противоположенном порядке.

History of edits (Latest: morbo 2 years, 12 months ago) §

OPTIONS

ОПЦИИ

History of edits (Latest: saturn721 3 years ago) §

--test

--test

History of edits (Latest: saturn721 3 years ago) §

print the names of the scripts which would be run, but don't actually run them.

Напечатать имена сценариев, которые будут запущены, но не запускать их на самом деле.

History of edits (Latest: morbo 2 years, 12 months ago) §

--list

--list

History of edits (Latest: saturn721 3 years ago) §

print the names of the all matching files (not limited to executables), but don't actually run them. This option cannot be used with --test.

Напечатать имена всех подходящих файлов (не ограничиваясь исполняемыми), но в действительности не запускать их. Эта опция не может быть использована совместно с --test.

History of edits (Latest: morbo 2 years, 12 months ago) §

-v, --verbose

-v, --verbose

History of edits (Latest: saturn721 3 years ago) §

print the name of each script to stderr before running.

Напечатать имя каждого сценария на стандартный вывод перед запуском.

History of edits (Latest: morbo 2 years, 12 months ago) §

--report

--report

History of edits (Latest: saturn721 3 years ago) §

similar to --verbose, but only prints the name of scripts which produce output. The script's name is printed to whichever of stdout or stderr the script first produces output on.

Аналогично --verbose, но выводит только названия сценариев, которые производят вывод. Имя сценария печатается на стандартный вывод либо на стандартный поток диагностики, в зависимости от вывода первого сценария.

History of edits (Latest: morbo 2 years, 12 months ago) §

— Муть какая-то. morbo

--reverse

--reverse

History of edits (Latest: saturn721 3 years ago) §

reverse the scripts' execution order.

Обратить порядок выполнения сценариев.

History of edits (Latest: morbo 2 years, 12 months ago) §

--exit-on-error

--exit-on-error

History of edits (Latest: saturn721 3 years ago) §

exit as soon as a script returns with a non-zero exit code.

Выйти, как только сценарий вернёт ненулевой код завершения.

History of edits (Latest: morbo 2 years, 12 months ago) §

--lsbsysinit

--lsbsysinit

History of edits (Latest: saturn721 3 years ago) §

use LSB namespaces instead of classical behavior.

Использовать пространство имён LSB вместо классического поведения.

History of edits (Latest: morbo 2 years, 12 months ago) §

--new-session

--new-session

History of edits (Latest: saturn721 3 years ago) §

run each script in a separate process session. If you use this option, killing run-parts will not kill the currently running script, it will run until completion.

Запускать каждый сценарий в отдельном сеансе процесса. Если вы используете эту опцию, завершение run-parts не убьет запущенные в настоящее время сценарии, они будут выполняться до окончательного завершения.

History of edits (Latest: morbo 2 years, 12 months ago) §
Pages: ← previous Ctrl next
1 2