logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bos_getrestricted - Displays whether a bos server is restricted or not

Description

       The bos getrestricted command shows whether the server machine named by the -server argument is running
       in restricted mode.

       Restricted mode limits access to certain bos commands. See bos_setrestricted(8) for details of which
       commands are disabled by restricting a server.

       Use the bossetrestricted command to restrict, or un-restrict, a server.

Name

       bos_getrestricted - Displays whether a bos server is restricted or not

Options

-server <machinename>
           Indicates  the  server  machine  for  which  to display the restart times. Identify the machine by IP
           address or its host name (either fully-qualified or  abbreviated  unambiguously).  For  details,  see
           bos(8).

       -cell <cellname>
           Names  the  cell  in which to run the command. Do not combine this argument with the -localauth flag.
           For more details, see bos(8).

       -noauth
           Assigns the unprivileged identity "anonymous" to the issuer.  Do  not  combine  this  flag  with  the
           -localauth flag. For more details, see bos(8).

       -localauth
           Constructs  a  server  ticket  using  a  key from the local /etc/openafs/server/KeyFile file. The bos
           command interpreter presents the ticket to the  BOS  Server  during  mutual  authentication.  Do  not
           combine this flag with the -cell or -noauth options. For more details, see bos(8).

       -help
           Prints the online help for this command. All other valid options are ignored.

Output

       The output consists of a single line

          Restricted mode is <val>

       Where <val> is "on" or "off"

Privilege Required

       None

See Also

BosConfig(5), bos(8), bos_setrestricted(8)

Synopsis

bosgetrestricted-server <machinename> [-cell <cellname>]
           [-noauth] [-localauth] [-help]

See Also