run-parts - run scripts or programs in a directory
run-parts [--test] [--verbose] [--report] [--lsbsysinit] [--umask=umask] [--arg=argument] [--exit-on-error] [--help] [--version] [--list] [--reverse] [--] DIRECTORY
run-parts runs all the executable files named within constraints described below, found in directory directory. Other files and directories are silently ignored.
If the --lsbsysinit option is not given then the names must consist
entirely of upper and lower case letters, digits, underscores, and
hyphens.
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-]*$).
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.
run-parts is free software; see the GNU General Public License version 2 or later for copying conditions. There is no warranty.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |