Debian/Ubuntu: Simplify cp command
Suggested-by: colmbuckley
parent
8a4ed05695
commit
a0a604ea1a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue