📄 namei.1
字号:
.\" .\" Version 1.4 of namei.\".TH NAMEI 1 "Local".SH NAMEnamei - follow a pathname until a terminal point is found.SH SYNOPSIS.B namei.I [-mx].I pathname.I "[ pathname ... ]".SH DESCRIPTION.I Nameiuses its arguments as pathnames to any typeof Unix file (symlinks, files, directories, and so forth). .I Nameithen 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 startfollowing it, indenting the output to show the context..PPThis program is useful for finding a "too many levels ofsymbolic links" problems..PPFor each line output,.I nameioutputs 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 Nameiprints an informative message whenthe maximum number of symbolic links this system can have has been exceeded..SH OPTIONS.TP 8.B -xShow mount point directories with a 'D', rather than a 'd'..TP 8.B -mShow the mode bits of each file type in the style of ls(1),for example 'rwxr-xr-x'..SH AUTHORRoger Southwick (rogers@amadeus.wr.tek.com).SH BUGSTo be discovered..SH CAVEATS.I Nameiwill follow an infinite loop of symbolic links forever. To escape, useSIGINT (usually ^C)..SH "SEE ALSO"ls(1), stat(1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -