- Managing SMB File Sharing and Windows Interoperability in Oracle Solaris 11.4
- Setting Up an Oracle Solaris SMB Server to Manage and Share Files
- Managing SMB Groups
- How to Modify SMB Group Properties
How to Modify SMB Group Properties
- Become an administrator.For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4. 
- Modify one or more SMB group properties.$ smbadm set-group -p property=value [[-p property=value] ...] group-nameYou can specify one or more property-value pairs on the command line. Each property-value pair must be preceded by the -poption. Valid values for privileges areonoroff. The value of thedescriptionproperty is an arbitrary text string.For example, to grant the backupprivilege and to modify the description of thewsalesgroup, type:$ smbadm set-group -p backup=on \ -p description="Sales force for the Western region" wsalesFor more information about available group properties, see the smbadm(8) man page.