Scroll to navigation

LTSP-SHARED-FOLDERS(8) System Administration Utilities LTSP-SHARED-FOLDERS(8)

NAME

ltsp-shared-folders - shared folder management system

SYNOPSIS

ltsp-shared-folders [COMMANDS]

DESCRIPTION

Manage shared folders for specific user groups, with the help of bindfs.

COMMANDS

add <groups>

Create folders for the specified groups, if they don't already exist, and mount them using bindfs.

list-mounted <groups>

List which of the specified groups have mounted folders.

list-shared <groups>

List which of the specified groups have shared folders.

mount <groups>

Remount the shared folders for the specified groups, where the name or GID have changed, or where the folders are not already mounted.

rename <old group> <new group>

Rename a folder from the old to the new group name, which must already exist. If the folder is already mounted, then unmount it, rename it, and mount it again.

remove <groups>

Unmount and remove the sharing for the specified groups. The folders are not removed from the file system.

unmount <groups>

Unmount the shared folders for the specified groups.

In all the aforementioned commands, except for add and rename, if no groups are specified, then the command is applied to all the shared groups.

June 2017 ltsp-shared-folders