diff --git a/study/process/Makefile b/study/process/task/Makefile similarity index 100% rename from study/process/Makefile rename to study/process/task/Makefile diff --git a/study/process/find/Makefile b/study/process/task/find/Makefile similarity index 100% rename from study/process/find/Makefile rename to study/process/task/find/Makefile diff --git a/study/process/find/find_task.c b/study/process/task/find/find_task.c similarity index 100% rename from study/process/find/find_task.c rename to study/process/task/find/find_task.c diff --git a/study/process/find/find_task.c.1 b/study/process/task/find/find_task.c.1 similarity index 100% rename from study/process/find/find_task.c.1 rename to study/process/task/find/find_task.c.1 diff --git a/study/process/kernel_thead/Makefile b/study/process/task/kernel_thead/Makefile similarity index 100% rename from study/process/kernel_thead/Makefile rename to study/process/task/kernel_thead/Makefile diff --git a/study/process/kernel_thead/kernel_thread.c b/study/process/task/kernel_thead/kernel_thread.c similarity index 100% rename from study/process/kernel_thead/kernel_thread.c rename to study/process/task/kernel_thead/kernel_thread.c diff --git a/study/process/list/Makefile b/study/process/task/list/Makefile similarity index 100% rename from study/process/list/Makefile rename to study/process/task/list/Makefile diff --git a/study/process/list/list_process.c b/study/process/task/list/list_process.c similarity index 100% rename from study/process/list/list_process.c rename to study/process/task/list/list_process.c diff --git a/study/process/namespace/README.md b/study/process/task/namespace/README.md similarity index 100% rename from study/process/namespace/README.md rename to study/process/task/namespace/README.md diff --git a/study/process/pid/README.md b/study/process/task/pid/README.md similarity index 100% rename from study/process/pid/README.md rename to study/process/task/pid/README.md diff --git a/study/process/pid/namespace-level.jpg b/study/process/task/pid/namespace-level.jpg similarity index 100% rename from study/process/pid/namespace-level.jpg rename to study/process/task/pid/namespace-level.jpg diff --git a/study/process/pid/per-task_struct-per-pid.png b/study/process/task/pid/per-task_struct-per-pid.png similarity index 100% rename from study/process/pid/per-task_struct-per-pid.png rename to study/process/task/pid/per-task_struct-per-pid.png diff --git a/study/process/pid/pid-namespace.png b/study/process/task/pid/pid-namespace.png similarity index 100% rename from study/process/pid/pid-namespace.png rename to study/process/task/pid/pid-namespace.png diff --git a/study/process/pid/pidnamespace-and-process.png b/study/process/task/pid/pidnamespace-and-process.png similarity index 100% rename from study/process/pid/pidnamespace-and-process.png rename to study/process/task/pid/pidnamespace-and-process.png diff --git a/study/process/pid/task_struct-with-namespace.png b/study/process/task/pid/task_struct-with-namespace.png similarity index 100% rename from study/process/pid/task_struct-with-namespace.png rename to study/process/task/pid/task_struct-with-namespace.png diff --git a/study/process/pid/task_struct-with-pidtype.png b/study/process/task/pid/task_struct-with-pidtype.png similarity index 100% rename from study/process/pid/task_struct-with-pidtype.png rename to study/process/task/pid/task_struct-with-pidtype.png