Groups offer Filespace administrators a convenient way to provision resources by combining users and defining permission path assignments in a uniform manner.
Administrators can apply or revoke access as required, assigning group permissions throughout the folder hierarchy in read-only or read/write across a subset of users.
Multiple users and permissions can be defined within each group.
Groups are administered from within our LucidLink client dashboard through the control panel tab.
Open your LucidLink Application and select the relevant Filespace from the list of available Filespaces. Then navigate to the Control Panel and add your password to open it:
Please note, as of Filespace format 2.2 the legacy term “Shares” has been changed to “Permissions.”
Groups are configured shares and users with read, read & write permissions.
Add a Group
1. Provide a group name
2. Add permissions and define access rights and assign users
a. Add permissions
b. Select permissions and user access (read-only or read/write)
c. If necessary add multiple permissions and assign appropriate access rights
d. Assign users
e. Once complete your Group is finalized. Remove users from the menu
3. Delete a Group
Filespace Groups management via the command-line interface (CLI)
lucid2 help group Usage: lucid2 group [--list] lucid2 group --create groupname [--password password] lucid2 group --delete groupname [--password password] lucid2 group --set groupname --new-name newGroupname [--password password] lucid2 group --set groupname (--add-user username | --remove-user username) [--password password] lucid2 group --get groupname [--password password] Group management - requires root permissions Options: --password password Your current password --list Display the list of existing groups --create groupname Create a new group with allowed chars: a-z, A-Z, 0-9, '-_.@'. Max length 128 chars. Groups are case insensitive and case preserving. --delete groupname Delete a group --set groupname Specify a group to be used in combination with --*-user and --new-name options --get groupname Display group's info --add-user username Add user to a group specified with the --set option --remove-user username Remove user from a group specified with the --set option --new-name groupname Change the name of a group specified with the --set option
Create group
lucid2 group --create Company
Assign share to a group
lucid2 permission --group Company --set /Company --access read,write
Add user to group
lucid2 group --set Company --add-user User1
List group users
lucid2 group --get Company