From the course: Red Hat Enterprise Linux 8 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: SMB share for group client

Solution: SMB share for group client

From the course: Red Hat Enterprise Linux 8 Essential Training

Start my 1-month free trial

Solution: SMB share for group client

(bright music) (electronic music) - [Instructor] Now go to your rhhost2 VM and make sure the packages are installed. In the terminal, type in sudo yum install -y cifs-utils samba samba-client and hit Enter. Once the packages are installed, type in clear. Now let's create the three users I've specified. If you still have them from the NFS challenge, you can skip this step. If not, type in sudo useradd -u 1002 bob and hit Enter. Bring your line back and change 1002 bob to 1003 ted and hit Enter again. Then bring your line back and change 1003 ted to 1004 sally and hit Enter again. Now let's give them Linux passwords. Type in sudo passwd bob and hit Enter. Give Bob a password. Then bring your line back, change bob to ted, and give Ted a password. And lastly, bring your line back and change ted to sally and give her a password. And then type in clear. Let's create the samba group with the same group ID that we used on rhhost1. Type in sudo groupadd -g 6001 sambagroup and hit Enter. Now…

Contents