pts_source

Langue: en

Autres versions - même langue

Version: OpenAFS (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

pts source - Read pts commands from a file

SYNOPSIS

pts source << [-file] <file name >>> << [-cell] <cell name >>>
   [-noauth] [-force]

pts so << [-f] <file name >>> << [-c] <cell name >>>
   [-n] [-f]

DESCRIPTION

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

CAUTIONS

Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the pts source command was only available on Unix or Linux and when OpenAFS was compiled with the supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23, it is always available.

OPTIONS

pts source takes the following options:
-cell <cell name>
Names the cell in which to run the command. For more details, see the pts(1) manpage.
-file <file name>
Specifies the filename from which to read commands.
-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. This is useful for bulk operations where you would like to continue even if one of many operations fails.
-noauth
Assigns the unprivileged identity anonymous to the issuer. For more details, see the pts(1) manpage.

OUTPUT

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

EXAMPLES

Here is an example of using pts source in a pts interactive 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

the pts(1) manpage, the pts_interactive(1) manpage, the pts_quit(1) manpage, the pts_sleep(1) manpage Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>

This documentation is covered by the IBM Public License Version 1.0. This man page was written by Jason Edgecombe for OpenAFS.