diff options
Diffstat (limited to 'documentation/content/mn/books/handbook/users/_index.adoc')
-rw-r--r-- | documentation/content/mn/books/handbook/users/_index.adoc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/content/mn/books/handbook/users/_index.adoc b/documentation/content/mn/books/handbook/users/_index.adoc index 4e12c6fa3e..687c8fd0c4 100644 --- a/documentation/content/mn/books/handbook/users/_index.adoc +++ b/documentation/content/mn/books/handbook/users/_index.adoc @@ -166,7 +166,7 @@ man:adduser[8] нь шинэ хэрэглэгч нэмдэг энгийн про [example] ==== -[source,bash] +[source,shell] .... # adduser Username: jru @@ -237,7 +237,7 @@ Goodbye! [example] ==== -[source,bash] +[source,shell] .... # rmuser jru Matching password entry: @@ -273,7 +273,7 @@ man:chpass[1] нь хэрэглэгчийн өгөгдлийн бааз боло [example] ==== -[source,bash] +[source,shell] .... #Changing user database information for jru. Login: jru @@ -300,7 +300,7 @@ Other information: [example] ==== -[source,bash] +[source,shell] .... #Changing user database information for jru. Shell: /usr/local/bin/zsh @@ -332,7 +332,7 @@ man:passwd[1] нь энгийн хэрэглэгч үедээ эсвэл бус [example] ==== -[source,bash] +[source,shell] .... % passwd Changing local password for jru. @@ -349,7 +349,7 @@ passwd: done [example] ==== -[source,bash] +[source,shell] .... # passwd jru Changing local password for jru. @@ -386,7 +386,7 @@ FreeBSD нь хэрэглэгчдийн систем хэрэглэх болом ==== FreeBSD ердийн үед шууд [.filename]#/etc/login.conf# файлыг уншдаггүй, харин түргэн хайж харахад илүүгээр нь [.filename]#/etc/login.conf.db# өгөгдлийн бааз файлыг уншдаг. [.filename]#/etc/login.conf#-д засвар хийх бүртээ [.filename]#/etc/login.conf.db# файлыг шинэчлэх ёстой бөгөөд ингэхийн тулд дараах тушаалыг гүйцэтгэх хэрэгтэй: -[source,bash] +[source,shell] .... # cap_mkdb /etc/login.conf .... @@ -451,7 +451,7 @@ FreeBSD ердийн үед шууд [.filename]#/etc/login.conf# файлыг [example] ==== -[source,bash] +[source,shell] .... # pw groupadd teamtwo # pw groupshow teamtwo @@ -466,7 +466,7 @@ teamtwo:*:1100: [example] ==== -[source,bash] +[source,shell] .... # pw groupmod teamtwo -M jru # pw groupshow teamtwo @@ -481,7 +481,7 @@ teamtwo:*:1100:jru [example] ==== -[source,bash] +[source,shell] .... # pw groupmod teamtwo -m db # pw groupshow teamtwo @@ -496,7 +496,7 @@ teamtwo:*:1100:jru,db [example] ==== -[source,bash] +[source,shell] .... % id jru uid=1001(jru) gid=1001(jru) groups=1001(jru), 1100(teamtwo) |