Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program that searches for a particular process in the process tree (rooted at a specified process) and outputs the requested information based

Write a C program that searches for a particular process in the process tree (rooted at a specified process) and outputs the requested information based on the input parameters. Synopsis : prctree [root_process] [process_id] [OPTION] Lists the PID and PPID of process_id if it belongs to the process tree rooted at root_process o root_process is the PID of a process that is a descendant of a current BASH process. o process_id is the PID of a process that is a descendant of a current BASH process. OPTION o - c additionally lists the PIDs of all the child processes (immediate descendent/s) of process_id o - s additionally lists the PID and PPID of all the sibling processes of process_id o - gp additionally lists the PID of the grandparent of process_id o - gc additonally lists the PIDs and PPIDs of all the grandchildren of process_id o - z additionally prints if process_id is DEFUNCT/ NOT DEFUNCT o - zl additionally lists the PIDs of all the child processes of process_id that that are currently in the defunct state

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions