mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
svcadm: update Hindi translation (#14450)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
3cac836610
commit
c34d9e42c8
1 changed files with 24 additions and 0 deletions
24
pages.hi/sunos/svcadm.md
Normal file
24
pages.hi/sunos/svcadm.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# svcadm
|
||||
|
||||
> सेवा उदाहरणों को प्रबंधित करें।
|
||||
> अधिक जानकारी: <https://www.unix.com/man-page/linux/1m/svcadm>।
|
||||
|
||||
- सेवा डेटाबेस में एक सेवा को सक्षम करें:
|
||||
|
||||
`svcadm enable {{सेवा नाम}}`
|
||||
|
||||
- सेवा को निष्क्रिय करें:
|
||||
|
||||
`svcadm disable {{सेवा नाम}}`
|
||||
|
||||
- चल रही सेवा को पुनः प्रारंभ करें:
|
||||
|
||||
`svcadm restart {{सेवा नाम}}`
|
||||
|
||||
- सेवा को कॉन्फ़िगरेशन फ़ाइलों को फिर से पढ़ने के लिए आदेश दें:
|
||||
|
||||
`svcadm refresh {{सेवा नाम}}`
|
||||
|
||||
- एक सेवा को रखरखाव स्थिति से हटा दें और इसे प्रारंभ करने का आदेश दें:
|
||||
|
||||
`svcadm clear {{सेवा नाम}}`
|
Loading…
Add table
Reference in a new issue