adding zephyr-im master branch
This commit is contained in:
76
clients/zlocate/zlocate.1
Normal file
76
clients/zlocate/zlocate.1
Normal file
@ -0,0 +1,76 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Copyright 1987,1988 by the Massachusetts Institute of Technology
|
||||
.\" All rights reserved. The file /usr/include/zephyr/mit-copyright.h
|
||||
.\" specifies the terms and conditions for redistribution.
|
||||
.\"
|
||||
.\"
|
||||
.TH ZLOCATE 1 "April 17, 1990" "MIT Project Athena"
|
||||
.ds ]W MIT Project Athena
|
||||
.SH NAME
|
||||
zlocate \- find a user using Zephyr
|
||||
.SH SYNOPSIS
|
||||
.B zlocate
|
||||
[
|
||||
.B -a
|
||||
|
|
||||
.B -d
|
||||
] [
|
||||
.B -1
|
||||
] [
|
||||
.B -p
|
||||
] user ...
|
||||
.SH DESCRIPTION
|
||||
.I Zlocate
|
||||
uses the
|
||||
.I Zephyr(1)
|
||||
Notification Service to find where a user is currently logged in. If
|
||||
the user is not logged in, or has set his location information such that
|
||||
you do not have access to see it,
|
||||
.I zlocate
|
||||
prints "Hidden or not logged-in". Otherwise, each machine that the
|
||||
user is currently logged into is printed, along with the time of
|
||||
login and location. The location is usually the X window system display
|
||||
name of the user's display, but may be the terminal name if he is not
|
||||
using X or for some other reason is only using the terminal interface to
|
||||
.I zwgc(1).
|
||||
|
||||
By default, all zlocate requests are authenticated using
|
||||
.IR Kerberos .
|
||||
If you do not have Kerberos tickets, or for some other reason do not
|
||||
want to authenticate, the
|
||||
.B -d
|
||||
option will turn off authentication. The
|
||||
.B -a
|
||||
option is the default, authentication on.
|
||||
|
||||
When locating multiple users,
|
||||
.I zlocate
|
||||
will display the user name on a line by itself, followed by the locations for that user. To display the user name on the same line as the output, use the
|
||||
.B -1
|
||||
option (the numeral one).
|
||||
|
||||
To look up multiple users in parallel asynchronously, use the
|
||||
.B -p
|
||||
option.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
.I zlocate
|
||||
exits with status zero (0) if at least one user was found, and one (1)
|
||||
if no users were found.
|
||||
.SH SEE ALSO
|
||||
zctl(1), zephyr(1), znol(1), zwgc(1), zhm(8), zephyrd(8), X(1)
|
||||
.br
|
||||
Project Athena Technical Plan Section E.4.1, `Zephyr Notification
|
||||
Service'
|
||||
.SH AUTHORS
|
||||
.PP
|
||||
Robert S. French (MIT-Project Athena)
|
||||
.br
|
||||
Marc Horowitz (MIT-Project Athena)
|
||||
.SH RESTRICTIONS
|
||||
Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
|
||||
All Rights Reserved.
|
||||
.br
|
||||
.I zephyr(1)
|
||||
specifies the terms and conditions for redistribution.
|
Reference in New Issue
Block a user