chpass: update Hindi translation (#14485)
This commit is contained in:

committed by
GitHub

parent
226e3fefc6
commit
3d9c6aec6d
21
pages.hi/openbsd/chpass.md
Normal file
21
pages.hi/openbsd/chpass.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# chpass
|
||||
|
||||
> उपयोगकर्ता डेटाबेस जानकारी जोड़ें या बदलें, जिसमें लॉगिन शेल और पासवर्ड शामिल हैं।
|
||||
> देखें: `passwd`।
|
||||
> अधिक जानकारी: <https://man.openbsd.org/chsh>।
|
||||
|
||||
- वर्तमान उपयोगकर्ता के लिए इंटरैक्टिव रूप से एक विशिष्ट लॉगिन शेल सेट करें:
|
||||
|
||||
`doas chsh`
|
||||
|
||||
- वर्तमान उपयोगकर्ता के लिए एक विशिष्ट लॉगिन [s]hell सेट करें:
|
||||
|
||||
`doas chsh -s {{पथ/से/शेल}}`
|
||||
|
||||
- एक विशिष्ट उपयोगकर्ता के लिए लॉगिन [s]hell सेट करें:
|
||||
|
||||
`doas chsh -s {{पथ/से/शेल}} {{उपयोगकर्ता नाम}}`
|
||||
|
||||
- `passwd` फ़ाइल प्रारूप में एक उपयोगकर्ता डेटाबेस प्रविष्टि निर्दिष्ट करें:
|
||||
|
||||
`doas chsh -a {{उपयोगकर्ता नाम:एनक्रिप्टेड_पासवर्ड:uid:gid:...}}`
|
Reference in New Issue
Block a user