manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 318 for path (0.031 sec.)
Man page of as 4394
as Section: GNU Development Tools (1) Updated: 29 March 1996 Index JM Home Page 名前 GNU as - GN ... -D ] [ --defsym SYM=VAL ] [ -f ] [ --gstabs ] [ -I path ] [ -K ] [ -L ] [ -M | --mri ] [ -o objfile ] [ -R ... わない (ソースがコンパイラ出力 であるとみなす)。 -I path .include 命令における探索リストに path を追加する。 ...
https://man.plustar.jp/manpage/man1/as.1.html - [similar]
Man page of TCSH 4394
TCSH Section: User Commands (1) Updated: 2 September 2001 Index JM Home Page 名称 tcsh - ファイル ... けならば、 `em' は `emacs' と補完されます。 補完は、 path 中のディレクトリにあるコマンドか、 フルパスが与えら ... コマンドが引数を取得する場合に役立ちます。 normalize-path (^X-n, ^X-N) シェル変数 symlinks の設定 `expand' の ... なければなりません。 また、そのファイルは、環境変数 HPATH の中で、 一覧にあがっているディレクトリのうちの 1 ... 要があります。 > mv a.out /usr/games/wumpus > setenv PATH !$:h:$PATH Bad ! modifier: $. > setenv PATH !{-2$: ...
https://man.plustar.jp/manpage/man1/tcsh.1.html - [similar]
Man page of ALIASES 4394
ALIASES Section: File Formats (5) Updated: %Date: 2000/12/14 23:08:15 % Index JM Home Page 名称 ... で使用可能であることが必要です。 ローカルファイル名 /path/name フルパス名 (スラッシュ (/) で開始) で指定され ... 力から受け取ります。 インクルードファイル :include: /path/name パス名にあるエイリアスが、 name のエイリアスに ...
https://man.plustar.jp/manpage/man5/aliases.5.html - [similar]
Man page of FSCK 4394
FSCK Section: Maintenance Commands (8) Updated: May 2006 Index JM Home Page 名前 fsck - Linux フ ... /sbin/fs.d , /sbin/fs , /etc/fs , /etc , 環境変数 PATH 内のディレクトリの順にサーチされる。 詳細はファイル ... チェックの数を自動的に決めるようになるかもしれない。 PATH PATH 環境変数はファイルシステムチェッカーを探索する ... d , /sbin/fs , /etc/fs , /etc である。これに続いて PATH 環境変数に指定されたディレクトリ群が検索される。 F ...
https://man.plustar.jp/manpage/man8/fsck.8.html - [similar]
Man page of LOGIN 4357
LOGIN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 login, ... ル /var/run/utmp ユーザーアカウントデータベース。 < paths.h > における _PATH_UTMP で設定されている。 /var/l ... og/wtmp ユーザーアカウントログファイル。 < paths.h > における _PATH_WTMP で設定されている。 属性 こ ...
https://man.plustar.jp/manpage/man3/logout.3.html - [similar]
Man page of AUTO.MASTER 4357
AUTO.MASTER Section: File Formats (5) Updated: 9 Sep 1997 Index JM Home Page 名前 /etc/auto.mast ... に次のようなパス形式で行われる: / mountpoint / key / path / file , ここで mountpoint は auto.master 設定ファ ... プファイル中の key に対応する ( autofs (5) を参照)。 path と file はマウントされたファイルシステム上のファイ ...
https://man.plustar.jp/manpage/man5/auto.master.5.html - [similar]
Man page of iptables-extensions 4357
iptables-extensions Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables-exten ... のグループ所有者。 rpfilter パケットに対して reverse path フィルターテストを行う。 パケットに対する応答がパケ ... イスが期待されたものではない場合であっても、 reverse path フィルターテストのマッチを行うことを指示する。 --v ... alidmark reverse path の経路検索実行時にそのパケットの nfmark 値も使用す ... 許可する。 --invert マッチの意味を逆にする。 reverse path フィルターテストに合格したパケットにマッチするので ...
https://man.plustar.jp/manpage/man8/iptables-extensions.8.html - [similar]
Man page of LOGIN 4274
LOGIN Section: User Commands (1) Index JM Home Page 名前 login - システム上でセッションを開く 書 ... の方法で全ての変数を設定できるわけではない。 例えば PATH , HOME , SHELL などは設定できない。 さらにログイン ... 載されている値に従って設定される。 $HOME , $SHELL , $PATH , $LOGNAME , $MAIL の値は、パスワードエントリのそれ ...
https://man.plustar.jp/manpage/man1/login.1.html - [similar]
Man page of SHM_OPEN 4274
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... セス単位の上限に達した。 ENAMETOOLONG name の長さが PATH_MAX を越えている。 ENFILE システム全体でオープンさ ... { if (argc != 2) { fprintf(stderr, "Usage: %s /shm-path\n", argv[0]); exit(EXIT_FAILURE); } char *shmpath ... the size of our structure */ int fd = shm_open(shmpath, O_CREAT | O_EXCL | O_RDWR, S_IRUSR | S_IWUSR); if ... r all open references are closed. */ shm_unlink(shmpath); exit(EXIT_SUCCESS); } プログラムのソース: pshm_u ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 4274
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... セス単位の上限に達した。 ENAMETOOLONG name の長さが PATH_MAX を越えている。 ENFILE システム全体でオープンさ ... { if (argc != 2) { fprintf(stderr, "Usage: %s /shm-path\n", argv[0]); exit(EXIT_FAILURE); } char *shmpath ... the size of our structure */ int fd = shm_open(shmpath, O_CREAT | O_EXCL | O_RDWR, S_IRUSR | S_IWUSR); if ... r all open references are closed. */ shm_unlink(shmpath); exit(EXIT_SUCCESS); } プログラムのソース: pshm_u ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022