AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox AT&T UNIX™PC Unix System V Users Manual - tenox

01.01.2013 Views

MAIL ( 1) MAIL (l) FILES each person's mailfile . The message is preceded by the sender's name and a postmark. Lines that look like postmarks in the message, (i.e., "From ... ") are preceded with a >. The -t option causes the message to be preceded by all persons the mail is sent to. A person is usually a user name recognized by login( 1M). If a person being sent mail is not recognized, or if mail is interrupted during input, the file dea.d.letter will be saved to allow editing and resending. To denote a recipient on a remote system, prefix person by the system name and exclamation mark (see uucp(IC)). Everything after the first exclamation mark in persons is interpreted by the remote system. In particular, if persons contains additional exclamation marks, it can denote a sequence of machines through which the message is to be sent on the way to its ultimate destination. For example, specifying a.!b!cde as a recipient's name causes the message to be sent to user b!cde on system a.. System a. will interpret that destination as a request to send the message to user cde on system b. This might be useful, for instance, if the sending system can access system a. but not system b, and system a. has access to system b. The mailfile may be manipulated in two ways to alter the function of mail. The other permissions of the file may be read-write, read-only, or neither read nor write to allow different levels of privacy. If changed to other than the default, the file will be preserved even when empty to perpetuate the desired permissions. The file may also contain the first line: Forward to person which will cause all mail sent to the owner of the mailfile to be forwarded to person. This is especially useful to forward all of a person's mail to one machine in a multiple machine environment. Rmail only permits the sending of mail; uucp(IC) uses rmail as a security precaution. When a user logs in, the presence of mail, if any, is indicated. Also, notification is made if new mail arrives while using mail. /etcfpasswd fusr /mail/ user $HOME/mbox $MAll. /tmp/ma• fusr /mail/•.lock dead.letter to identify sender and locate persons incoming mail for user; i.e., the mailfile saved mail variable containing path name of mailfile temporary file lock for mail directory unmailable text SEE ALSO login(IM), uucp(IC), write(!), UNIX PC Electronic Mail User's Guide. BUGS Race conditions sometimes result in a failure to remove a lock file. After an interrupt, the next message may not be printed; printing may be forced by typing a p. - 2-

MAKE(l) MAKE(l) NAME make - maintain, update, and regenerate groups of programs SYNOPSIS make [-r makefile] [-p] [-i] [-k] [-s] [-r] [-n] [-b] [-e] [-m] [-t] [-d] [-q] [ names ] DESCRIPTION The following is a brief description of all options and some special names: -r makefile Description file name. Makefile is assumed to be the name of a description file. A file name of - denotes the standard input. The contents of makefile override the builtrin rules if they are present. -p Print out the complete set of macro definitions and target descriptions. -i Ignore error codes returned by invoked commands. This mode is entered if the fake target name .IGNORE appears in the description file. -k Abandon work on the current entry, but continue on other branches that do not depend on that entry. -s Silent mode. Do not print command lines before executing. This mode is also entered if the fake target name .SILENT appears in the description file. -r Do not use the built-in rules. -n No execute mode. Print commands, but do not execute them. Even lines beginning with an @ are printed. -b Compatibility mode for old makefiles. -e Environment variables override assignments within makefiles. -m Print a memory map showing text, data, and stack. This option is a no-operation on systems without the getu system call. -t Touch the target files (causing them to be up-to date) rather than issue the usual commands. -d Debug mode. Print out detailed information on files and times examined. -q Question. The make command returns a zero or non-zero status code depending on whether the target file is or is not up-to-date . • DEFAULT If a file must be made but there are no explicit commands or relevant builtrin rules, the commands associated with the name .DEFAULT are used if it exists. - 1-

MAKE(l) MAKE(l)<br />

NAME<br />

make - maintain, update, and regenerate groups of programs<br />

SYNOPSIS<br />

make [-r makefile] [-p] [-i] [-k] [-s] [-r] [-n] [-b] [-e]<br />

[-m] [-t] [-d] [-q] [ names ]<br />

DESCRIPTION<br />

The following is a brief description of all options and some special<br />

names:<br />

-r makefile Description file name. Makefile is assumed to be<br />

the name of a description file. A file name of -<br />

denotes the standard input. The contents of<br />

makefile override the builtrin rules if they are<br />

present.<br />

-p Print out the complete set of macro definitions and<br />

target descriptions.<br />

-i Ignore error codes returned by invoked commands.<br />

This mode is entered if the fake target name<br />

.IGNORE appears in the description file.<br />

-k Abandon work on the current entry, but continue<br />

on other branches that do not depend on that<br />

entry.<br />

-s Silent mode. Do not print command lines before<br />

executing. This mode is also entered if the fake<br />

target name .SILENT appears in the description<br />

file.<br />

-r Do not use the built-in rules.<br />

-n No execute mode. Print commands, but do not<br />

execute them. Even lines beginning with an @ are<br />

printed.<br />

-b Compatibility mode for old makefiles.<br />

-e Environment variables override assignments within<br />

makefiles.<br />

-m Print a memory map showing text, data, and<br />

stack. This option is a no-operation on systems<br />

without the getu system call.<br />

-t Touch the target files (causing them to be up-to<br />

date) rather than issue the usual commands.<br />

-d Debug mode. Print out detailed information on<br />

files and times examined.<br />

-q Question. The make command returns a zero or<br />

non-zero status code depending on whether the target<br />

file is or is not up-to-date .<br />

• DEFAULT If a file must be made but there are no explicit<br />

commands or relevant builtrin rules, the commands<br />

associated with the name .DEFAULT are used if it<br />

exists.<br />

- 1-

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!