#1931 closed task (fixed)
Error in creating nobody user
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
From Robert Connolly:
In chapter06/createfiles.html this incorrect passwd entry:
nobody:x:99:99:nobody:Unprivileged User:/bin/false
We should have:
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
Note:
See TracTickets
for help on using tickets.
Fixed in r7883.