pages.hi: fix username translation, Windows paths (#14902)

* pages.hi: fix username translation, Windows paths

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages.hi: fix false positives from username space fix

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2024-11-18 23:03:18 +05:30
committed by GitHub
parent ca1f55f1eb
commit b731fedb33
12 changed files with 25 additions and 25 deletions

View File

@@ -14,16 +14,16 @@
- एक विशिष्ट उपयोगकर्ता के लिए एक लॉगिन [s]शेल सेट करें:
`chpass chsh -s {{शेल/का/पथ}} {{उपयोगकर्ता नाम}}`
`chpass chsh -s {{शेल/का/पथ}} {{उपयोगकर्ता_नाम}}`
- `passwd` फ़ाइल प्रारूप में एक उपयोगकर्ता डेटाबेस प्रविष्टि निर्दिष्ट करें:
`su -c 'chpass -a {{उपयोगकर्ता नाम:encrypted_password:uid:gid:...}} -s {{उपयोगकर्ता नाम}}' {{उपयोगकर्ता नाम}}`
`su -c 'chpass -a {{उपयोगकर्ता_नाम:encrypted_password:uid:gid:...}} -s {{उपयोगकर्ता_नाम}}' {{उपयोगकर्ता_नाम}}`
- केवल [l]स्थानीय पासवर्ड फ़ाइल को अपडेट करें:
`su -c 'chpass -l -s {{शेल/का/पथ}}' {{उपयोगकर्ता नाम}}`
`su -c 'chpass -l -s {{शेल/का/पथ}}' {{उपयोगकर्ता_नाम}}`
- मजबूरन डेटाबेस [y]P पासवर्ड डेटाबेस प्रविष्टि बदलें:
`su -c 'chpass -y -s {{शेल/का/पथ}}' {{उपयोगकर्ता नाम}}`
`su -c 'chpass -y -s {{शेल/का/पथ}}' {{उपयोगकर्ता_नाम}}`