Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

vfs_readonly (8)

Name

vfs_readonly - make a Samba share read only for a specified time period

Synopsis

vfs objects = readonly

Description

System Administration tools                                    VFS_READONLY(8)



NAME
       vfs_readonly - make a Samba share read only for a specified time period

SYNOPSIS
       vfs objects = readonly

DESCRIPTION
       This VFS module is part of the samba(7) suite.

       The vfs_readonly VFS module marks a share as read only for all clients
       connecting within the configured time period. Clients connecting during
       this time will be denied write access to all files in the share,
       irrespective of their actual access privileges.

       This module is stackable.

OPTIONS
       readonly:period = BEGIN, END
           Only mark the share as read only if the client connection was made
           between the times marked by the BEGIN and END date specifiers. The
           syntax of these date specifiers is the same as that accepted by the
           -d option of GNU date(1).

EXAMPLES
       Mark all shares read only:

                   [global]
                vfs objects = readonly

       Mark the [backup] share as read only during business hours:

                   [backup]
                path = /readonly
                vfs objects = readonly
                readonly:period = readonly:period = "today 9:00","today 17:00"

VERSION
       This man page is part of version 4.13.17 of the Samba suite.

AUTHOR
       The original Samba software and related utilities were created by
       Andrew Tridgell. Samba is now developed by the Samba Team as an Open
       Source project similar to the way the Linux kernel is developed.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | service/network/samba |
       +---------------+-----------------------+
       |Stability      | Volatile              |
       +---------------+-----------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://download.samba.org/pub/samba/stable/samba-4.13.17.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.samba.org/.



Samba 4.13.17                     06/28/2022                   VFS_READONLY(8)