A
download namei.1
Language: NonCode
LOC: 0
Project Info
pkg-loop-aes
Server: Debian-SVN
Type: svn
...\loop‑aes‑utils\misc‑utils\
   cal.1
   cal.c
   cal_test.sh
   chkdupexe.1
   chkdupexe.pl
   ddate.1
   ddate.c
   flushb.c
   kill.1
   kill.c
   kill.h
   logger.1
   logger.c
   look.1
   look.c
   mcookie.1
   mcookie.c
   namei.1
   namei.c
   procs.c
   README.cal
   README.namei
   README1.namei
   rename.1
   rename.c
   reset.1
   reset.sh
   script.1
   script.c
   scriptreplay.1
   scriptreplay.pl
   setterm.1
   setterm.c
   sparc-solaris-hostid.sh
   whereis.1
   whereis.c
   write.1
   write.c

.\" 
.\" Version 1.4 of namei
.\"
.TH NAMEI 1 "Local"
.SH NAME
namei - follow a pathname until a terminal point is found
.SH SYNOPSIS
.B namei
.I [-mx]
.I pathname
.I "[ pathname ... ]"
.SH DESCRIPTION
.I Namei
uses its arguments as pathnames to any type
of Unix file (symlinks, files, directories, and so forth). 
.I Namei
then follows each pathname until a terminal 
point is found (a file, directory, char device, etc).
If it finds a symbolic link, we show the link, and start
following it, indenting the output to show the context.
.PP
This program is useful for finding a "too many levels of
symbolic links" problems.
.PP
For each line output,
.I namei
outputs a the following characters to identify the file types found:
.LP
.nf
   f: = the pathname we are currently trying to resolve
    d = directory
    l = symbolic link (both the link and it's contents are output)
    s = socket
    b = block device
    c = character device
    - = regular file
    ? = an error of some kind
.fi
.PP
.I Namei
prints an informative message when
the maximum number of symbolic links this system can have has been exceeded.
.SH OPTIONS
.TP 8
.B -x
Show mount point directories with a 'D', rather than a 'd'.
.TP 8
.B -m
Show the mode bits of each file type in the style of ls(1),
for example 'rwxr-xr-x'.
.SH AUTHOR
Roger Southwick  (rogers@amadeus.wr.tek.com)
.SH BUGS
To be discovered.
.SH CAVEATS
.I Namei
will follow an infinite loop of symbolic links forever.  To escape, use
SIGINT (usually ^C).
.SH "SEE ALSO"
ls(1), stat(1)

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us