Ubuntu Server setup - Apache Web Server and shared folders setup (VirtualBox)

Опубликовано: 22 Февраль 2026
на канале: Gerald Earnhardt
3,896
14

•Install and setup Apache Web Server on Ubuntu Server
•Add 2 user accounts (John Smith and John Doe)
•Create a new folder in the home directory named “shares”
•Create a new shared folder in the shares directory named “projectA”
•Create a new group named “managers” and add the John Smith user to the managers group
•Change ownership of the projectA directory to make managers the group owner
•Change permissions of the managers group to add write permission to the projectA directory
•Verify that the group owner managers have read, write, and execute permissions which allows John Smith read and write permissions to the projectA directory
•Verify that the all others category has read and execute permissions to the projectA directory which allows John Doe read only permissions