Difference between revisions of "Pdm d refresh"
From SDU
(New page: This utility is used to selectively start, stop and restart sets of daemons while the daemon manager is running. It does not start or stop the daemon manager. == Usage == pdm_d_refresh [...) |
m |
||
| Line 40: | Line 40: | ||
* Start all stopped daemons | * Start all stopped daemons | ||
pdm_d_refresh | pdm_d_refresh | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
---- | ---- | ||
| − | <div align='center'><font color=" | + | <div align='center'><font color="green">To make corrections or additions to this article, select the ''edit'' tab above.<br> |
To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div> | To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div> | ||
[[Category:Commands]] | [[Category:Commands]] | ||
Revision as of 16:11, 18 July 2008
This utility is used to selectively start, stop and restart sets of daemons while the daemon manager is running. It does not start or stop the daemon manager.
Usage
pdm_d_refresh [-h] [-s] [-r] [-c] [-x] set_name
If -r or -h are not specified then all stopped daemons in the current set will be started.
If only a set_name is specified then only the stopped daemons in this set are started.
| Command | Description | Remarks |
|---|---|---|
| -h | Help | |
| -s | Start daemon set | set_name optional |
| -r | Shuts down daemons and daemons dependents | set_name optional |
| -c | Change to set_name on these daemons. And restarts | |
| -x | Stops daemons and daemons dependent on these daemons. If set_name is not given all daemons will be stopped | set_name optional |
Examples
- Start all stopped daemons
pdm_d_refresh
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.