table of contents
NAMEI(1) | Órdenes de usuario | NAMEI(1) |
NOMBRE¶
namei - seguir una trayectoria hasta encontrar un punto terminal
SINOPSIS¶
namei [options] pathname...
DESCRIPCIÓN¶
namei interprets its arguments as pathnames to any type of Unix file (symlinks, files, directories, and so forth). namei then follows each pathname until an endpoint is found (a file, a directory, a device node, etc). If it finds a symbolic link, it shows the link, and starts following it, indenting the output to show the context.
Este programa es útil para encontrar problemas del tipo "too many levels of symbolic links" ("demasiados niveles de enlaces simbólicos").
Para cada línea de la salida, namei utiliza los siguientes caracteres para identificar el tipo de ficheros encontrados:
f: = ruta que actualmente se está intentando resolver
d = directorio
l = enlace simbólico (se muestran tanto el enlace como su contenido)
s = socket
b = dispositivo de bloque
c = dispositivo de caracteres
p = FIFO (tubería con nombre)
- = fichero regular
? = error de algún tipo
namei prints an informative message when the maximum number of symbolic links this system can have has been exceeded.
OPCIONES¶
-l, --long
-m, --modes
-n, --nosymlinks
-o, --owners
-v, --vertical
-x, --mountpoints
-Z, --context
-h, --help
-V, --version
ERRORES¶
A ser descubiertos.
AUTORES¶
El programa original namei fue escrito por Roger Southwick <rogers@amadeus.wr.tek.com>.
The program was rewritten by Karel Zak <kzak@redhat.com>.
VÉASE TAMBIÉN¶
INFORMAR DE ERRORES¶
For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.
DISPONIBILIDAD¶
La orden namei forma parte del paquete util-linux, el cual puededescargarse de Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-10-01 | util-linux 2.40.2 |