mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-03 07:08:02 +00:00
fix unexpected render with double quote
Fix double quotes which escape with back slashes doesn't rendered well [in the document](https://linkedin.github.io/school-of-sre/linux_basics/linux_server_administration/#passwd).
This commit is contained in:
@@ -109,7 +109,7 @@ The passwd command is used to create or modify passwords for a user.
|
||||
In the above examples, we have not assigned any password for users
|
||||
'shivam' or 'amit' while creating them.
|
||||
|
||||
\"!!\" in an account entry in shadow means the account of an user has
|
||||
`!!` in an account entry in shadow means the account of an user has
|
||||
been created, but not yet given a password.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user