Debian/Ubuntu: Simplify cp command

Suggested-by: colmbuckley
Richard Laager 2019-10-07 01:30:10 -05:00
parent 8a4ed05695
commit a0a604ea1a
2 changed files with 2 additions and 2 deletions

@ -529,7 +529,7 @@ In the future, you will likely want to take snapshots before each upgrade, and r
# zfs create rpool/home/YOURUSERNAME
# adduser YOURUSERNAME
# cp -a /etc/skel/.[!.]* /home/YOURUSERNAME
# cp -a /etc/skel/. /home/YOURUSERNAME
# chown -R YOURUSERNAME:YOURUSERNAME /home/YOURUSERNAME
6.7 Add your user account to the default set of groups for an administrator:

@ -517,7 +517,7 @@ In the future, you will likely want to take snapshots before each upgrade, and r
# zfs create rpool/home/YOURUSERNAME
# adduser YOURUSERNAME
# cp -a /etc/skel/.[!.]* /home/YOURUSERNAME
# cp -a /etc/skel/. /home/YOURUSERNAME
# chown -R YOURUSERNAME:YOURUSERNAME /home/YOURUSERNAME
6.7 Add your user account to the default set of groups for an administrator: