Changeset 095286b
- Timestamp:
- 11/02/2021 01:23:41 PM (2 years ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 3328dfd
- Parents:
- 747287d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/createfiles.xml
r747287d r095286b 62 62 63 63 <screen revision="sysv"><userinput>cat > /etc/passwd << "EOF" 64 <literal>root:x:0:0:root:/root:/ usr/bin/bash64 <literal>root:x:0:0:root:/root:/bin/bash 65 65 bin:x:1:1:bin:/dev/null:/usr/bin/false 66 66 daemon:x:6:6:Daemon User:/dev/null:/usr/bin/false … … 71 71 72 72 <screen revision="systemd"><userinput>cat > /etc/passwd << "EOF" 73 <literal>root:x:0:0:root:/root:/ usr/bin/bash73 <literal>root:x:0:0:root:/root:/bin/bash 74 74 bin:x:1:1:bin:/dev/null:/usr/bin/false 75 75 daemon:x:6:6:Daemon User:/dev/null:/usr/bin/false … … 176 176 chapter.</para> 177 177 178 <screen><userinput>echo "tester:x:101:101::/home/tester:/ usr/bin/bash" >> /etc/passwd178 <screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" >> /etc/passwd 179 179 echo "tester:x:101:" >> /etc/group 180 180 install -o tester -d /home/tester</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.