Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / fs_whichcell.pod
blobdcf231e02e41841a4a67a8b6799e1523a9267b98
1 =head1 NAME
3 fs_whichcell - Returns the cell to which a file or directory belongs
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fs whichcell> S<<< [B<-path> <I<dir/file path>>+] >>> [B<-help>]
12 B<fs whi > S<<< [B<-p> <I<dir/file path>>+] >>> [B<-h>]
14 =for html
15 </div>
17 =head1 DESCRIPTION
19 The B<fs whichcell> command returns the name of the cell in which the
20 volume that houses each indicated directory or file resides.
22 To display the file server machine on which the volume housing a directory
23 or file resides, use the B<fs whichcell> command. To display the cell
24 membership of the local machine, use the B<fs wscell> command.
26 =head1 OPTIONS
28 =over 4
30 =item B<-path> <I<dir/file path>>+
32 Names each AFS file or directory for which to return the cell
33 membership. Partial pathnames are interpreted relative to the current
34 working directory, which is also the default value if this argument is
35 omitted.
37 =item B<-help>
39 Prints the online help for this command. All other valid options are
40 ignored.
42 =back
44 =head1 OUTPUT
46 The output includes a line for each directory or file, naming the cell to
47 which the volume that houses the directory or file resides.
49 =head1 EXAMPLES
51 The following example shows that the current working directory resides in
52 a volume in the Example Corporation cell:
54    % fs whichcell
55    File . lives in cell 'example.com'
57 =head1 PRIVILEGE REQUIRED
59 None
61 =head1 SEE ALSO
63 L<fs_wscell(1)>,
64 L<fs_whereis(1)>
66 =head1 COPYRIGHT
68 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
70 This documentation is covered by the IBM Public License Version 1.0.  It was
71 converted from HTML to POD by software written by Chas Williams and Russ
72 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.