February 2020
Intermediate to advanced
666 pages
15h 45m
English
For this lab, you'll just put together everything that you've learned in this chapter to create a shared directory for a group. You can do this on either of your virtual machines:
sudo groupadd sales
On the CentOS VM, do the following:
sudo useradd -G sales mimisudo useradd -G sales mrgraysudo useradd -G sales mommy
On the Ubuntu VM, do the following:
sudo useradd -m -d /home/mimi -s /bin/bash -G sales mimisudo useradd -m -d /home/mrgray -s /bin/bash -G sales mrgraysudo useradd -m -d /home/mommy -s /bin/bash -G sales mommy