manページ検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 583 for Id (0.028 sec.)
Man page of GETRLIMIT 3792
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... ource , const struct rlimit * rlim ); int prlimit(pid_t pid , int resource , const struct rlimit * new_l ... ee shmget (2)) that may be locked by the real user ID of the calling process. The shmctl (2) SHM_LOCK lo ... located for POSIX message queues for the real user ID of the calling process. This limit is enforced for ... ore precisely on Linux, threads) for the real user ID of the calling process. So long as the current num ...
https://man.plustar.jp/manpage/man3/vlimit.3.html - [similar]
Man page of KERNELD 3792
KERNELD Section: Linux Extensions (8) Updated: May 14, 1995 Index JM Home Page 名前 kerneld - ユ ... 以下の操作でキューをオープンすることによって行える: qid = msgget(IPC_PRIVATE, 0600 | IPC_KERNELD); 各タスク ... は以下の通り。 struct kerneld_msg { long mtype; long id; char text[1]; }; ここで id フィールドは kerneld か ... らカーネルへの応答メッセージの数として使われる。 id フィールドが 0 ならば、kerneld からの応答はないとい ... うことである。 (なお、要求側の pid をプロトコルヘッダに入れる、 新しい構造体が提案され ...
https://man.plustar.jp/manpage/man8/kerneld.8.html - [similar]
Man page of SCSI_INFO 3792
SCSI_INFO Section: Maintenance Commands (8) Updated: 2000/06/12 21:24:49 Index JM Home Page 名前 ... 報を取得する。 このコマンドの出力は、シェル変数 SCSI_ID と MODEL を取得した情報に基づいて定義する、 Bourne ... 系シェルのコマンド文字列になっている。 SCSI_ID シェル変数は 3 つのフィールドからなる (各フィールド ... はコンマで区切られる): SCSI チャネル番号・デバイス ID・論理ユニット番号、である。 ほとんどの場合はチャネル ... ーザの設定したアドレスに自動的に変換できる。 著者 David Hinds - dahinds@users.sourceforge.net 関連キーワー ...
https://man.plustar.jp/manpage/man8/scsi_info.8.html - [similar]
Man page of IDENT 3770
IDENT Section: User Commands (1) Updated: 1999/08/27 Index JM Home Page 名称 ident - ファイル内の ... RCS キーワードを読み出す 書式 ident [ -q ] [ -V ] [ file ... ] 解説 ident は、指定さ ... ても警告メッセージを出力しません。 -V を指定すると、 ident のバージョン番号を表示します。 ident は、テキス ... f.c で、 #include < stdio.h > static char const rcsid[] = "$Id: f.c,v 1.5 1999/08/27 23:36:42 peter Exp ... $"; int main() { return printf("%s\n", rcsid) == EOF; } f.c が f.o にコンパイルされているなら、 ...
https://man.plustar.jp/manpage/man1/ident.1.html - [similar]
Man page of MKDIR 3770
MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir, ... 成されたディレクトリの所有者はプロセスの実効ユーザー ID に設定される。 新たに作成されたディレクトリが含まれ ... る親ディレクトリに set group ID ビットがセットされていたり、ファイルシステムが BSD ... ount -o bsdgroups あるいは、同じ意味の mount -o grpid ) に従ってマウントされている場合には、 新たに作成さ ... 以外の場合は、グループ所有権はプロセスの実効グループ ID となる。 もし親ディレクトリに set group ID ビットが ...
https://man.plustar.jp/manpage/man2/mkdir.2.html - [similar]
Man page of MKDIR 3770
MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir, ... 成されたディレクトリの所有者はプロセスの実効ユーザー ID に設定される。 新たに作成されたディレクトリが含まれ ... る親ディレクトリに set group ID ビットがセットされていたり、ファイルシステムが BSD ... ount -o bsdgroups あるいは、同じ意味の mount -o grpid ) に従ってマウントされている場合には、 新たに作成さ ... 以外の場合は、グループ所有権はプロセスの実効グループ ID となる。 もし親ディレクトリに set group ID ビットが ...
https://man.plustar.jp/manpage/man2/mkdirat.2.html - [similar]
Man page of UNSHARE 3770
UNSHARE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 unsha ... ある。詳細は mount_namespaces (7) を参照。 CLONE_NEWPID (Linux 3.8 以降) このフラグは clone (2) CLONE_NEWP ... ID フラグと同じ効果を持つ。 PID 名前空間を共有しない。 呼び出し元プロセスは、 すで ... に存在するどのプロセスとも共有されない新しい PID 名前空間を、 自身の子プロセス用に持つことになる。 ... のプロセスにより作成される最初の子プロセスはプロセス ID 1 を持ち、 この新しい名前空間において init (1) の役 ...
https://man.plustar.jp/manpage/man2/unshare.2.html - [similar]
Man page of SIGEVENT 3770
SIGEVENT Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 sige ... tification */ int sival_int; /* Integer value */ void *sival_ptr; /* Pointer value */ }; struct sigevent ... sigev_value; /* Data passed with notification */ void (*sigev_notify_function) (union sigval); /* Functi ... n used for thread notification (SIGEV_THREAD) */ void *sigev_notify_attributes; /* Attributes for notifi ... cation thread (SIGEV_THREAD) */ pid_t sigev_notify_thread_id; /* ID of thread to signa ...
https://man.plustar.jp/manpage/man7/sigevent.7.html - [similar]
Man page of SUDOREPLAY 3770
SUDOREPLAY Section: System Manager's Manual (8) Updated: May 4, 2016 Index JM Home Page 名前 sud ... h ] [ -d dir ] [ -f filter ] [ -m num ] [ -s num ] ID sudoreplay [ -h ] [ -d dir ] -l [search expression ... る。 上記書式の一つ目 (再生モード) で指定する引き数 ID は、たとえば 0100A5 のような、 数字とアルファベット ... が有効な状態で sudo を使ってコマンドを実行すると、 TSID=ID という文字列が、syslog 経由や sudo 独自のログフ ... ァイルに記録される (訳注: その ID を引き数として指定するのである)。 また、 ID は、 s ...
https://man.plustar.jp/manpage/man8/sudoreplay.8.html - [similar]
Man page of PIDOF 3747
PIDOF Section: User Commands (1) Updated: May 6, 1998 Index JM Home Page 名前 pidof - 名前でプロ ... セスを見つけ、それらの PID を一覧表示する 書式 pidof [ -eg ] name ... pidof - ... V 説明 pidof は、指定されたいずれかのコマンドを実行しているプ ... ロセス全ての PID を一覧表示する。 コマンド名がスラッシュ ( / ) を含 ... したコマンドのプロセスがひとつも見つからなければ、 pidof は 0 以外のリターンコードを返す。 各コマンドに対 ...
https://man.plustar.jp/manpage/man1/pidof.1.html - [similar]
PREV 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 NEXT

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