使い方: namei [オプション] パス名 [パス名 ...] オブション: -h, --help displays this help text -x, --mountpoints show mount point directories with a 'D' -m, --modes show the mode bits of each file -o, --owners show owner and group name of each file -l, --long use a long listing format (-m -o -v) -n, --nosymlinks don't follow symlinks -v, --vertical vertical align of modes and owners 詳細情報は、namei(1) を確認してください。
Usage: namei [options] pathname [pathname ...] Options: -h, --help displays this help text -x, --mountpoints show mount point directories with a 'D' -m, --modes show the mode bits of each file -o, --owners show owner and group name of each file -l, --long use a long listing format (-m -o -v) -n, --nosymlinks don't follow symlinks -v, --vertical vertical align of modes and owners For more information see namei(1).
NAMEI(1) NAMEI(1) 名前 namei - 終端が見つかるまでパス名を辿る 書式 namei [-mx] pathname [ pathname ... ] 説明 namei は、引き数を (シンボリックリンク・ファイル・ディレクトリなどの) 任意タイプの Unix ファイルへのパス名として使う。 namei は、(ファイル ・ デ ィレクトリ・キャラクタデバイスなどの) 終端が見つかるまでパス名を辿る 。シンボリックリンクが見つかった場合、リンクを表示して、内容をインデ ン トしながら出力してリンクを辿り始める。 こ のプログラムは「シンボリックリンクのレベルが深すぎる」という問題を見 付けるために役立つ。 出力の各行について、 namei は見つかったファイルタイプを識別するための以 下の文字を出力する: f: = 解決するために入力したバス名 d = ディレクトリ l = シンボリックリンク (リンクとリンクの内容の両方を出力する) s = ソケット b = ブロックデバイス c = キャラクタデバイス - = 通常のファイル ? = 何かのエラー namei は、システムで許容されているシンボリックリンクの最大数を超えてい る場合、情報メッセージを表示する。 オプション -x マウントポイントになっているディレクトリを ’d’ ではなく ’D’ を 使って示す。 -m 各ファイルタイプのモードを ’rwxr-xr-x’ のような ls(1) の形式で 表示する。 著者 Roger Southwick (rogers@amadeus.wr.tek.com) バグ 見つかるだろう。 放棄宣言 namei はシンボリックリンクの無限ループを永久に辿り続ける。これから抜 け るには、SIGINT (通常は ^C) を使うこと。 関連項目 ls(1), stat(1) Local NAMEI(1)
NAMEI(1) NAMEI(1)
NAME
namei - follow a pathname until a terminal point is found
SYNOPSIS
namei [options] pathname...
DESCRIPTION
Namei uses its arguments as pathnames to any type of Unix file (sym-
links, files, directories, and so forth). 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.
This program is useful for finding a "too many levels of symbolic
links" problems.
For each line output, namei outputs a the following characters to iden-
tify the file types found:
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
p = FIFO (named pipe)
- = regular file
? = an error of some kind
Namei prints an informative message when the maximum number of symbolic
links this system can have has been exceeded.
OPTIONS
-l, --long
Use a long listing format (same as -m -o -v).
-m, --modes
Show the mode bits of each file type in the style of ls(1), for
example ’rwxr-xr-x’.
-o, --owners
Show owner and group name of each file.
-n, --nosymlinks
Don’t follow symlinks.
-v, --vertical
Vertical align of modes and owners.
-x, --mountpoints
Show mount point directories with a ’D’, rather than a ’d’.
AUTHOR
The original namei program was written by Roger Southwick
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa