1. Typing ps alone lists the current running processes. lab3.c can be compiled as, gee -o lab3 lab3.c. The output of the program can be obtained by typing: ./lab3. Below are the examples of the possible outputs that would be generated by the ps and ./lab3 commands: /lab3 PID TTY TIME CMD Process ID is: 13126 pts/0 pts/0 13043 00:00:00 bash Parent Process ID is 13125 13133 00:00:00 ps Process ID is: 13125 Parent Process ID is 13124 Process ID is: 13127 Parent Process ID is 13124 Process ID is: 13124 Parent Process ID is 13043 Please remember that PID value of bash (Unix command shell) is 13043 for this example. So the process tree can be drown by using the above information as: 13125 13120 PARENT CHILD 1 CHILD 2 13043 13124 BASH 13127 CHILD 3 Write the output of your program and draw a process three and label the processes with their process IDs. Output Process Tree Process ID is: Parent Process ID is Process ID is: PARENT Parent Process ID is CHÍLD 1 CHILD 2 Process ID is: Parent Process ID is CHILD 3 Process ID is: Parent Process ID is
1. Typing ps alone lists the current running processes. lab3.c can be compiled as, gee -o lab3 lab3.c. The output of the program can be obtained by typing: ./lab3. Below are the examples of the possible outputs that would be generated by the ps and ./lab3 commands: /lab3 PID TTY TIME CMD Process ID is: 13126 pts/0 pts/0 13043 00:00:00 bash Parent Process ID is 13125 13133 00:00:00 ps Process ID is: 13125 Parent Process ID is 13124 Process ID is: 13127 Parent Process ID is 13124 Process ID is: 13124 Parent Process ID is 13043 Please remember that PID value of bash (Unix command shell) is 13043 for this example. So the process tree can be drown by using the above information as: 13125 13120 PARENT CHILD 1 CHILD 2 13043 13124 BASH 13127 CHILD 3 Write the output of your program and draw a process three and label the processes with their process IDs. Output Process Tree Process ID is: Parent Process ID is Process ID is: PARENT Parent Process ID is CHÍLD 1 CHILD 2 Process ID is: Parent Process ID is CHILD 3 Process ID is: Parent Process ID is
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Topic Video
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education