Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
run-parts(8)
Edit
PageHistory
Diff
Info
LikePages
RUN-PARTS !!!RUN-PARTS NAME SYNOPSIS DESCRIPTION COPYRIGHT ---- !!NAME run-parts - run scripts or programs in a directory !!SYNOPSIS __run-parts__ [[--test] [[--verbose] [[--report] [[--umask=umask] [[--arg=argument] [[--help] [[--version] directory !!DESCRIPTION __run-parts__ runs a number of scripts or programs found in a single directory ''directory''. Filenames should consist entirely of upper and lower case letters, digits, underscores, and hyphens. Subdirectories of ''directory'' and files with other names will be silently ignored. Scripts must follow the __#!/bin/interpretername__ convention in order to be executed. They will not automatically be executed by __/bin/sh.__ The files found will be run in the lexical sort order of the filenames. __OPTIONS__ __--test__ print the names of the scripts which would be run, but don't actually run them. __--verbose__ print the name of each script to stderr before running. __--report__ similiar 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. __--umask=__''umask'' Sets the umask to ''umask'' before running the scripts. ''umask'' should be specified in octal. By default the umask is set to 022. __--arg=__''argument'' Pass ''argument'' to the scripts. Use __--arg__ once for each argument you want passed. __--__ Specifies that this is the end of the options. Any filename after __--__ will be not be interpreted as an option even if it starts with a hyphen. __--help__ Display usage information and exit. __--version__ Display version and copyright and exit. !!COPYRIGHT Copyright (C) 1994 Ian Jackson. Copyright (C) 1996 Jeff Noxon. Copyright (C) 1996,1997,1998 Guy Maor __run-parts__ is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is ''no'' warranty. ----
5 pages link to
run-parts(8)
:
mkinitrd(8)
rc.boot(5)
Man8r
cron(8)
interfaces(5)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.