3 fs_getcellstatus - Reports whether setuid programs are honored in a cell
10 B<fs getcellstatus> S<<< B<-cell> <I<cell name>>+ >>> [B<-help>]
12 B<fs getce> S<<< B<-c> <I<cell name>>+ >>> [B<-h>]
19 The B<fs getcellstatus> command reports whether the Cache Manager allows
20 programs fetched from each specified cell to run with setuid
21 permission. To set a cell's setuid status, use the B<fs setcell> command;
22 L<fs_setcell(1)> fully describes how AFS treats setuid programs.
28 =item B<-cell> <I<cell name>>+
30 Names each cell for which to report setuid status. Provide the fully
31 qualified domain name, or a shortened form that disambiguates it from the
32 other cells listed in the local F</usr/vice/etc/CellServDB> file.
36 Prints the online help for this command. All other valid options are
43 The output reports one of the following two values as appropriate:
45 Cell <cell> status: setuid allowed
46 Cell <cell> status: no setuid allowed
50 The following example indicates that programs from the cell C<example.com> are
51 not allowed to run with setuid permission.
53 % fs getcellstatus example.com
54 Cell example.com status: no setuid allowed
56 =head1 PRIVILEGE REQUIRED
67 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
69 This documentation is covered by the IBM Public License Version 1.0. It was
70 converted from HTML to POD by software written by Chas Williams and Russ
71 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.