Unix and Linux Discussions Tagged with job |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
20,398 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,603 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,728 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
12,635 |
HP-UX |
|
|
|
6 |
3,552 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,382 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
8,633 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,469 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
8,648 |
Shell Programming and Scripting |
|
|
|
3 |
2,676 |
Shell Programming and Scripting |
|
|
|
3 |
5,537 |
AIX |
|
|
|
17 |
9,709 |
Shell Programming and Scripting |
|
|
|
7 |
3,988 |
Shell Programming and Scripting |
|
|
|
13 |
13,570 |
Shell Programming and Scripting |
|
|
|
10 |
9,440 |
Shell Programming and Scripting |
|
|
|
10 |
4,009 |
Shell Programming and Scripting |
|
|
|
15 |
12,263 |
Shell Programming and Scripting |
|
|
|
4 |
10,422 |
Shell Programming and Scripting |
|
|
|
3 |
11,691 |
UNIX and Linux Applications |
|
|
|
4 |
10,228 |
Shell Programming and Scripting |
|
|
|
5 |
2,802 |
Shell Programming and Scripting |
|
|
|
1 |
2,598 |
Shell Programming and Scripting |
|
|
|
3 |
36,199 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,998 |
Solaris |
|
|
|
2 |
4,390 |
Solaris |
|
|
|
0 |
2,098 |
Cartoons for Geeks |
|
|
|
2 |
3,872 |
Shell Programming and Scripting |
|
|
|
3 |
9,437 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,849 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
5,965 |
Shell Programming and Scripting |
|
|
|
19 |
11,414 |
Solaris |
|
|
|
9 |
22,411 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
33,222 |
Solaris |
|
|
|
5 |
2,243 |
Shell Programming and Scripting |
|
|
|
0 |
2,882 |
Shell Programming and Scripting |
|
|
|
4 |
4,801 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,455 |
Shell Programming and Scripting |
|
|
|
0 |
4,792 |
Cartoons for Geeks |
|
|
|
1 |
6,450 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,788 |
Shell Programming and Scripting |
proto(4) Kernel Interfaces Manual proto(4)
NAME
proto - prototype job file for at
SYNOPSIS
DESCRIPTION
When a job is submitted to or the job is constructed as a POSIX shell script (see at(1)). The job file is created in as follows:
o creates a header describing the job as an job or a job. jobs submitted to all queues other than queue are listed as jobs. The header
is:
for an job, or
for a job.
o A set of POSIX shell commands is added to make the environment (see environ(5)) for the job the same as the current environment.
o then copies text from the prototype file to the job file, except for special variables that are replaced by other text:
Replaced by the current working directory.
Replaced by the current file size limit (see
ulimit(2)).
Replaced by the current umask (see
umask(2)).
Replaced by the time at which the job should be run,
expressed as seconds since January 1, 1970, 00:00 Coordinated Universal Time, preceded by a colon.
Replaced by text read by
from the standard input (that is, the commands provided to to be run in the job).
o When a job is submitted to queue queue, uses the file as the prototype file if it exists. Otherwise, it uses the file
EXAMPLES
The following file creates commands to change the current directory, file size limit, and umask in the job to their respective values as
they existed when was originally run. These commands are inserted before the commands in the job:
SEE ALSO
at(1), queuedefs(4).
STANDARDS CONFORMANCE
proto(4)