NAME

pts_source - Read pts commands from a file

SYNOPSIS

pts source [-file] <file name> [-cell] <cell name> [-noauth] [-localauth] [-force] [-auth] [-encrypt [<yes|no>]] [-help] [-config <configuration file>]

DESCRIPTION

The pts source runs commands from a file as if they were typed in pts_interactive(1) mode. The command can be run from the command line or interactively.

pts source uses the authentication state supplied on its command line to run all bulk commands. However, if a bulk command is supplied with authentication options such as -cell, -localauth, -noauth, -auth or -encrypt then that command will be run with those options.

OPTIONS

pts source takes the following options:

-file <file name>

Specifies the file name to read commands from. The commands in the given file are run as if they were typed in pts_interactive(1) mode.

-auth

Use the calling user's tokens to communicate with the Protection Server. For more details, see pts(1).

-cell <cell name>

Names the cell in which to run the command. For more details, see pts(1).

-config <configuration file>

Sets the location of the configuration file to be used. The default file is /etc/yfs/yfs-client.conf. For more details, see pts(1).

-encrypt [<yes|no>]

Enables or disables encryption for any communication with the Protection Server. For more details, see pts(1).

-force

Enables the command to continue executing as far as possible when errors or other problems occur, rather than halting execution at the first error.

-help

Prints the online help for this command. All other valid options are ignored.

-localauth

Constructs a server ticket using a key from the local /etc/yfs/server/KeyFileExt file. Do not combine this flag with the -cell or -noauth options. For more details, see pts(1).

-noauth

Assigns the unprivileged identity anonymous to the issuer. For more details, see pts(1).

OUTPUT

This command shows the output of each command in the file as if it were run normally.

EXAMPLES

Here is an example of using pts source in a pts_interactive(1) session:

   % echo examine admin > /tmp/commands.txt 
   % pts interactive
   pts> source /tmp/commands.txt
   Name: admin, id: 1, owner: system:administrators, creator: anonymous,
     membership: 2, flags: -S----, group quota: 20.
   pts> quit
   %

SEE ALSO

pts(1), pts_interactive(1), pts_quit(1), pts_sleep(1)

COPYRIGHT

Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>

This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was originally written by Jason Edgecombe for OpenAFS.

ACKNOWLEDGEMENTS

"AFS" is a registered mark of International Business Machines Corporation, used under license. (USPTO Registration 1598389)

"OpenAFS" is a registered mark of International Business Machines Corporation. (USPTO Registration 4577045)

The "AuriStor" name, log 'S' brand mark, and icon are registered marks of AuriStor, Inc. (USPTO Registrations 4849419, 4849421, and 4928460) (EUIPO Registration 015539653).

"Your File System" is a registered mark of AuriStor, Inc. (USPTO Registrations 4801402 and 4849418).

"YFS" and "AuriStor File System" are trademarks of AuriStor, Inc.