プロセスとは

UNIXサーバ構築 OnTheVMware

UNIX用語について初心者の方にも分かりやすくに解説
HOME > UNIX関連用語集 >

プロセスとは

プロセスとは


スポンサードリンク


【説明】
processとは、OSからメモリ領域などの割り当てを受けて処理を実行しているプログラムのことを言う。OSの機能の一部を実行するシステムプロセスと、ユーザの支持で実行されるユーザプロセスがある。プロセスは必要に応じて別のプロセスを起動することができ、起動した側のプロセスを親プロセス、された側のプロセスを子プロセスという。


以下に現在起動中のプロセスを表示します。
[root@localhost ~]# ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 14:04 ? 00:00:01 init [3]
root 2 1 0 14:04 ? 00:00:00 [migration/0]
root 3 1 0 14:04 ? 00:00:00 [ksoftirqd/0]
root 4 1 0 14:04 ? 00:00:00 [events/0]
root 5 4 0 14:04 ? 00:00:00 [khelper]
root 6 4 0 14:04 ? 00:00:00 [kacpid]
root 17 4 0 14:04 ? 00:00:00 [kblockd/0]
root 18 1 0 14:04 ? 00:00:00 [khubd]
root 35 4 0 14:04 ? 00:00:00 [pdflush]
root 36 4 0 14:04 ? 00:00:01 [pdflush]
root 37 1 0 14:04 ? 00:00:00 [kswapd0]
root 38 4 0 14:04 ? 00:00:00 [aio/0]
root 184 1 0 14:04 ? 00:00:00 [kseriod]
root 423 4 0 14:04 ? 00:00:00 [ata/0]
root 424 4 0 14:04 ? 00:00:00 [ata_aux]
root 432 1 0 14:04 ? 00:00:15 [kjournald]
root 1076 4 0 14:04 ? 00:00:00 [kauditd]
root 1156 1 0 14:04 ? 00:00:00 udevd
root 1769 1 0 14:05 ? 00:00:00 [kjournald]




スポンサードリンク
 HOME / 免責事項 / サイトマップ /  問い合わせ
Copyright (C) 2008  UNIXサーバ構築 OnTheVMware  All rights reserved





スポンサードリンク