~ubuntu-branches/ubuntu/lucid/loop-aes-utils/lucid-security

« back to all changes in this revision

Viewing changes to login-utils/login.1

  • Committer: Bazaar Package Importer
  • Author(s): Max Vozeler
  • Date: 2008-08-22 11:57:17 UTC
  • mfrom: (8.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080822115717-v8wfa8pxwlfvyje0
Tags: 2.13.1-4
* patches/losetup_add_option_f.dpatch: 
  - Added to support "find next free loop" in losetup.
    (closes: #495682)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
.I /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
71
71
for root.  Last, if this is not a "quiet" login, the message of the
72
72
day is printed and the file with the user's name in
73
 
.I /usr/spool/mail
 
73
.I /var/spool/mail
74
74
will be checked, and a message printed if it has non-zero length.
75
75
 
76
76
The user's shell is then started.  If no shell is specified for the
256
256
any host whose IP address is in the range 130.225.16.0 \-
257
257
130.225.17.255.
258
258
.PP
 
259
.IP o
 
260
An range of IPv6 addresses, written @[n:n:n:n:n:n:n:n]/m is interpreted as a
 
261
[net]/prefixlen pair. An IPv6 host address is matched if prefixlen bits of
 
262
net is equal to the prefixlen bits of the address.  For  example, the
 
263
[net]/prefixlen pattern [3ffe:505:2:1::]/64 matches every address in the
 
264
range 3ffe:505:2:1:: through 3ffe:505:2:1:ffff:ffff:ffff:ffff.
 
265
.PP
259
266
Any of the above origins may be prefixed by a time specification
260
267
according to the syntax:
261
268
.PP
287
294
.I /var/run/utmp
288
295
.I /var/log/wtmp
289
296
.I /var/log/lastlog
290
 
.I /usr/spool/mail/*
 
297
.I /var/spool/mail/*
291
298
.I /etc/motd
292
299
.I /etc/passwd
293
300
.I /etc/nologin
324
331
for HP-UX
325
332
.br
326
333
Ported to Linux 0.12: Peter Orbaek (poe@daimi.aau.dk)
 
334
.SH AVAILABILITY
 
335
The login command is part of the util-linux-ng package and is available from
 
336
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.