When configuring a Samba share, how would the engineering group be specified in the smb.conf?
It would be preceded by an @ symbol, such as @engineering.
Use the group name by itself; Samba checks for its existence.
It would be preceded by a percent sign (%), such as %engineers.
Samba uses Linux operating system groups from the /etc/group file; just specify the group name.