हां आम तौर पर किसी भी स्क्रिप्ट को निष्पादन योग्य के रूप में चिह्नित किया जाता है और उस फ़ोल्डर में रखा जाता है। रन-पार्ट्स का उपयोग किया जाता है क्योंकि फ़ाइलों के पास नामों के एक विशिष्ट सेट तक सीमित होता है।
post-up
का उपयोग कर के रूप में एक ही बात करता है up
। If-up.d में किसी स्क्रिप्ट को प्लेस करना उसी तरह है जैसे post-up
किसी स्क्रिप्ट या कमांड को उस पॉइंट का इस्तेमाल करना कहीं और होता है। आमतौर पर आप अप का उपयोग करेंगे। पोस्ट-अप जब आपको बस एक ही इंटरफ़ेस के लिए एक कमांड चलाने की आवश्यकता होती है। जब आपके पास कुछ और जटिल होगा तो आप एक स्क्रिप्ट बनाएंगे।
आदमी इंटरफेस
...
up command
post-up command
Run command after bringing the interface up. If this command
fails then ifup aborts, refraining from marking the interface as
configured (even though it has really been configured), prints
an error message, and exits with status 0. This behavior may
change in the future.
...
There exists for each of the above mentioned options a directory
/etc/network/if-<option>.d/ the scripts in which are run (with no argu-
ments) using run-parts(8) after the option itself has been processed.
आदमी भाग-दौड़ करता है
run-parts runs all the executable files named within constraints
described below,
If the --lsbsysinit option is not given then the names must consist
entirely of upper and lower case letters, digits, underscores, and
hyphens.
...
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.