DEVEL15-man-page-fs-newalias-20070805
[openafs.git] / doc / man-pages / pod1 / fs_listaliases.pod
1 =head1 NAME
2
3 fs listaliases - Displays the current list of aliases for AFS cells
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs listaliases> [B<-help>]
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
17 The B<fs listaliases> command shows the list of cell aliases currently in
18 effect, both from F<CellAlias> and created using B<fs newalias>.  Cell
19 aliases can only be used when the using a Dynamic Root (the B<-dynroot>
20 option to B<afsd>).
21
22 =head1 OPTIONS
23
24 =over 4
25
26 =item B<-help>
27
28 Prints the online help for this command. All other valid options are
29 ignored.
30
31 =back
32
33 =head1 OUTPUT
34
35 If an alias C<openafs> exists for the cell C<openafs.org>, the output
36 include the following line:
37
38    Alias openafs for cell openafs.org
39
40 =head1 EXAMPLES
41
42 There is only one way to invoke B<fs listaliases>:
43
44    % fs listaliases
45
46 =back
47
48 =head1 PRIVILEGE REQUIRED
49
50 No special priviledges are required for this command.
51
52 =head1 SEE ALSO
53
54 L<afsd(8)>,
55 L<CellAlias(5)>,
56 L<fs_newalias(1)>
57
58 =head1 COPYRIGHT
59
60 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
61
62 This documentation is covered by the IBM Public License Version 1.0. This
63 man page was written by Jason Edgecombe for OpenAFS.