man1-editing-pass-20051209
[openafs.git] / doc / man-pages / pod1 / fs_wscell.pod
1 =head1 NAME
2
3 fs wscell - Returns the name of the cell to which a machine belongs
4
5 =head1 SYNOPSIS
6
7 B<fs wscell> [B<-help>]
8
9 B<fs ws> [B<-h>]
10
11 =head1 DESCRIPTION
12
13 The B<fs wscell> command returns the name of the local machine's home
14 cell.
15
16 =head1 OPTIONS
17
18 =over 4
19
20 =item B<-help>
21
22 Prints the online help for this command. All other valid options are
23 ignored.
24
25 =back
26
27 =head1 OUTPUT
28
29 The output displays the contents of the local F</usr/vice/etc/ThisCell>
30 file, in the format
31
32    This workstation belongs to cell '<cellname>'
33
34 =head1 EXAMPLES
35
36 The following example results when the fs wscell is issued on a machine in
37 the State University cell:
38
39    % fs wscell
40    This workstation belongs to cell 'stateu.edu'
41
42 =head1 PRIVILEGE REQUIRED
43
44 None
45
46 =head1 SEE ALSO
47
48 L<fs_whereis(1)>,
49 L<fs_whichcell(1)>
50
51 =head1 COPYRIGHT
52
53 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
54
55 This documentation is covered by the IBM Public License Version 1.0.  It was
56 converted from HTML to POD by software written by Chas Williams and Russ
57 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.