Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stdethers(8) [opendarwin man page]

STDETHERS(8)						    BSD System Manager's Manual 					      STDETHERS(8)

NAME
stdethers -- a YP filter program SYNOPSIS
stdethers [file] DESCRIPTION
Stdethers is used to get ride of some unwanted information in file or stdin. This program is used by YP when creating some YP maps. The options are as follows: file Use this file as input instead of stdin. SEE ALSO
yp(8), ypserv(8) AUTHOR
Mats O Jansson <moj@stacken.kth.se> BSD
December 2, 1995 BSD

Check Out this Related Man Page

YPXFR(8)						    BSD System Manager's Manual 						  YPXFR(8)

NAME
ypxfr -- get a YP map from YP server SYNOPSIS
ypxfr [-bcf] [-d domain] [-h host] [-s domain] [-C tid prog ipadd port] mapname DESCRIPTION
ypxfr is the utiliy in YP that transfers maps to the local host. Since the YP master transfers a map when it has changed, an YP slave should check for missed maps regulary. This can be done via an entry in crontab(5). The scripts ypxfr_1perhour, ypxfr_2perday and ypxfr_1perday could be used for that. The options are as follows: -b Preserve the entry in the database informing a YP server to use DNS to get information about unknown hosts. This option will only have effect on the two maps hosts.byname and hosts.byaddr. -c Don't send a "Clear current map" to local ypserv process. Useful if ypserv isn't running localy to avoid timeout message. -f Force map transfer, even if version of master is older than local copy. -d domain Don't use default domain, use the specifiyed domain. -h host Get map from host insteed of the maps master host. -s domain Specify a source domain other than the target domain. -C tid prog ipadd port This option is only used by ypserv. This is to open communication with an yppush on another host. FILES
/usr/sbin/ypxfr_1perhour /usr/sbin/ypxfr_2perday /usr/sbin/ypxfr_1perday SEE ALSO
yp(8), yppush(8), ypserv(8) AUTHOR
Mats O Jansson <moj@stacken.kth.se> BSD
August 18, 1994 BSD
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies