manページ検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 583 for Id (1.515 sec.)
Man page of PTHREAD_SELF 3724
PTHREAD_SELF Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthr ... ead_self - カレントスレッドの ID を返す 書式 #include < pthread.h > pthread_t pthre ... ad_self(void); 説明 pthread_self は呼び出しスレッドのスレッド I ...
https://man.plustar.jp/manpage/man3/pthread_self.3.html - [similar]
Man page of INITTAB 3724
INITTAB Section: Linux System Administrator's Manual (5) Updated: May 19, 1998 Index JM Home Pag ... ittab ファイル中のエントリーは次の書式で記される : id : runlevels : action : process `#' で始まる行は無視 ... される。 id は inittab ファイル中でエントリーを識別するための、 ... る) 。 註:gettys や他のログインプロセスに対しては、 id 欄と対応する tty の添字を同じにすべきである (例えば ... いたものに似たinittabの例である: # linux用のinittab id:1:initdefault: rc::bootwait:/etc/rc 1:1:respawn:/e ...
https://man.plustar.jp/manpage/man5/inittab.5.html - [similar]
Man page of NAMED.CONF 3724
NAMED.CONF Section: File Formats (5) Index JM Home Page BSD mandoc BSD 4 名称 named.conf named ( ... 名称です。 address_match_list ip_addr ip_prefix key_id acl_name 要素が 1 つまたはそれ以上集まったリストで ... t / ip_address / ip_prefix / acl_name / "key " key_id ) ";" 定義と使用法 アドレスマッチリストは、 主にい ... ('/' での表記) key ステートメントで定義された key_id 先に acl ステートメントで定義されたアドレスマッチリ ... e ...'', ``unrelated additional info ...'', ``invalid RR type ...'', ``bad referral ...'' といったもので ...
https://man.plustar.jp/manpage/man5/named.conf.5.html - [similar]
Man page of USERMOD 3724
USERMOD Section: Maintenance Commands (8) Index JM Home Page 名前 usermod - ユーザアカウントを修 ... [ -l login_name ] [ -p passwd ] [ -s shell ] [ -u uid [ -o ]] [ -L | -U ] login 説明 usermod コマンドは、 ... ユーザのログイン時初期グループとするグループ名または ID。 グループ名は既に存在していなければならない。 グル ... システムがデフォルトのログインシェルを選択する。 -u uid ユーザの ID 番号。 この値は、 -o オプションを用いる ... リ以下の、 そのユーザ所有のすべてのファイルのユーザ ID は、 自動的に新しい値に変更される。 ホームディレク ...
https://man.plustar.jp/manpage/man8/usermod.8.html - [similar]
Man page of fetchmail 3694
fetchmail Section: User Commands (1) Index JM Home Page 名前 fetchmail - POP, IMAP, ETRN, ODMR 機 ... ライアントマシンに静的 DNS が必要ありません。 -U, --uidl (キーワード: uidl) 必ず UIDL を使うようにします ( ... の確認が必ずクライアント側で行われるようになります (UIDL は「unique ID listing (ユニークな ID の列挙)」を表 ... 防止します。 fetchmail を root で実行すると、 ユーザ ID は MDA 経由でメールを配送する間に対象ユーザのものに ... オプションを root 以外のユーザで動作させるには、SGID kmem して fetchmail のバイナリをインストールしなけ ...
https://man.plustar.jp/manpage/man1/fetchmail.1.html - [similar]
Man page of RENAME 3694
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... ed. A whiteout on an upper layer will effectively hide a matching file in the lower layer, making it app ... ear as if the file didn't exist. When a file that exists on the lower lay ... erlying filesystem. Among the filesystems that provide that support are tmpfs (since Linux 3.18), ext4 ( ... _ISVTX ) が設定されており、 プロセスの実効ユーザー ID が 削除しようとするファイルのユーザー ID と そのフ ...
https://man.plustar.jp/manpage/man2/rename.2.html - [similar]
Man page of RENAME 3694
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... ed. A whiteout on an upper layer will effectively hide a matching file in the lower layer, making it app ... ear as if the file didn't exist. When a file that exists on the lower lay ... erlying filesystem. Among the filesystems that provide that support are tmpfs (since Linux 3.18), ext4 ( ... _ISVTX ) が設定されており、 プロセスの実効ユーザー ID が 削除しようとするファイルのユーザー ID と そのフ ...
https://man.plustar.jp/manpage/man2/renameat.2.html - [similar]
Man page of RENAME 3694
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... ed. A whiteout on an upper layer will effectively hide a matching file in the lower layer, making it app ... ear as if the file didn't exist. When a file that exists on the lower lay ... erlying filesystem. Among the filesystems that provide that support are tmpfs (since Linux 3.18), ext4 ( ... _ISVTX ) が設定されており、 プロセスの実効ユーザー ID が 削除しようとするファイルのユーザー ID と そのフ ...
https://man.plustar.jp/manpage/man2/renameat2.2.html - [similar]
Man page of GETPW 3694
GETPW Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw - ... lude < sys/types.h > #include < pwd.h > int getpw(uid_t uid , char * buf ); 説明 getpw () 関数は、バッフ ... ァー buf に指定ユーザー ID uid の パスワード行エントリーを取得する。 返される ... バッファーは、以下の形式の行を含む。 name:passwd:uid:gid:gecos:dir:shell passwd 構造体は、 < pwd.h > で ... ー名 */ char *pw_passwd; /* ユーザーのパスワード */ uid_t pw_uid; /* ユーザー ID */ gid_t pw_gid; /* グルー ...
https://man.plustar.jp/manpage/man3/getpw.3.html - [similar]
Man page of PSIGNAL 3694
PSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 psign ... グナルの説明を表示する 書式 #include < signal.h > void psignal(int sig , const char * s ); void psiginfo( ... _DEFAULT_SOURCE glibc 2.19 以前: _BSD_SOURCE || _SVID_SOURCE psiginfo (): _POSIX_C_SOURCE >= 200809L 説明 ... グナルの関連メモリーアドレス、 SIGCHLD の子プロセス ID、 kill (2) や sigqueue (3) を使って送信されたシグナ ... ルの送信元プロセスのユーザー ID とプロセス ID など)。 返り値 関数 psignal () と ps ...
https://man.plustar.jp/manpage/man3/psiginfo.3.html - [similar]
PREV 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 NEXT

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