manpages-fs-chown-chgrp-20090701
[openafs.git] / doc / man-pages / pod1 / pts_quit.pod
1 =head1 NAME
2
3 pts_quit - Exit from pts interactive mode
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<pts quit> S<<< [B<-cell>] <I<cell name>> >>> [B<-noauth>] [B<-localauth>] 
11     [B<-force>]
12
13 B<pts q> S<<< [B<-c>] <I<cell name>> >>> [B<-n>] [B<-l>] [B<-f>]
14
15 =for html
16 </div>
17
18 =head1 DESCRIPTION
19
20 The B<pts quit> command exits from B<pts interactive> mode.  The command
21 can be run from the command line or interactively, but on the command line
22 it does nothing and is therefore of questionable utility.
23
24 =head1 CAUTIONS
25
26 Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the B<pts quit> command was
27 only available on Unix or Linux and when OpenAFS was compiled with the
28 supergroups option (disabled by default).  As of OpenAFS 1.4.5 and 1.5.23,
29 it is always available.
30
31 =head1 OPTIONS
32
33 Although they have no effect, B<pts quit> takes the following standard
34 B<pts> options:
35
36 =over 4
37
38 =item B<-cell> <I<cell name>>
39
40 Names the cell in which to run the command. For more details, see
41 L<pts(1)>.
42
43 =item B<-force>
44
45 Enables the command to continue executing as far as possible when errors
46 or other problems occur, rather than halting execution at the first error.
47
48 =item B<-localauth>
49
50 Constructs a server ticket using a key from the local
51 F</usr/afs/etc/KeyFile> file. Do not combine this flag with the 
52 B<-cell> or B<-noauth> options. For more details, see L<pts(1)>.
53
54 =item B<-noauth>
55
56 Assigns the unprivileged identity anonymous to the issuer. For more
57 details, see L<pts(1)>.
58
59 =back
60
61 =head1 OUTPUT
62
63 This command produces no output.
64
65 =head1 EXAMPLES
66
67 Here is an example of a B<pts interactive> session:
68
69    % pts interactive
70    pts> quit
71    %
72
73 =head1 SEE ALSO
74
75 L<pts(1)>,
76 L<pts_interactive(1)>
77
78 =head1 COPYRIGHT
79
80 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
81
82 This documentation is covered by the BSD License as written in the
83 doc/LICENSE file. This man page was written by Jason Edgecombe for
84 OpenAFS.