GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BIFF(1) FreeBSD General Commands Manual BIFF(1)

biff
be notified if mail arrives and who it is from

biff [n | y | b]

The biff utility informs the system whether you want to be notified on your terminal when mail arrives.

Affected is the first terminal associated with the standard input, standard output or standard error file descriptor, in that order. Thus, it is possible to use the redirection facilities of a shell to toggle the notification for other terminals than the one biff runs on.

The following options are available:

Disable notification.
Enable header notification.
Enable bell notification.

When header notification is enabled, the header and first few lines of the message will be printed on your terminal whenever mail arrives. A “biff y” command is often included in the file .login or .profile to be executed at each login.

When bell notification is enabled, only two bell characters (ASCII \007) will be printed on your terminal whenever mail arrives.

If no arguments are given, biff displays the present notification status of the terminal to the standard output.

The biff utility operates asynchronously. For synchronous notification use the MAIL variable of sh(1) or the mail variable of csh(1).

The biff utility exits with one of the following values:
0
Notification was enabled at the time of invocation.
1
Notification was disabled at the time of invocation.
>1
An error occurred.

Previous versions of the biff utility affected the terminal attached to standard error without first trying the standard input or output devices.

csh(1), mail(1), sh(1), comsat(8)

The biff command appeared in 4.0BSD. It was named after the dog of Heidi Stettner. He died in August 1993, at 15.
April 28, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.