DispersedNet
SiteMap
Network Admin
Unix Admin
System Admin
Network Security
Special File Types
«Prev
Next»
Linux Admin
System Administration
Unix related OS
Determining Unix Version
SU root Privileges
Manual Admin
essential man Options
Adding New Man Pages
man Default Path
Unix OS Conclusion
Access Permissions
File Attributes Permissions
Manipulating Groups Owners
Basic Access Permissions
Numeric Access Codes
Setting Default Permissions
chmod Command
Additional Permission Bits
Unix File Ownership
File Types
Regular Files
Device Files
Symbolic Links
Determining File Types
Directory Listings
Finding Files Command
Using xargs with find
wc head tail Commands
Files Directories
Unix Process
Types Processes
Unix Fork Call
Process Access Permission
Suid Guid Permissions
Monitor Running Processes
Search Paths
Simple Shell Script
Periodic Process
crontab Command
Editing Control Crontab
Unix Process Conclusion
Devices Disk Filesystems
Device Special Files
Mapping Files Physical Devices
Unix Filesystem
Inodes Superblocks
Mount Command Output
Mounting Unmounting Partitions
Fuser Command
System Config Files
Logical Volume Approach
Removable Media
DeviceDisks Filesystems Conclusion
Forking Process in Unix - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following describes an interactive process?
Please select the best answer.
A.
A process that runs in the background to carry out infrastructure duties
B.
A process that is started and stopped by user commands to carry out specific tasks.
C.
A process that takes input and generates output in response to human interaction
D.
A process that is not associated with any terminal and is dedicated to handling a particular task
2.
What does the
fork()
system call do?
Please select the best answer.
A.
Starts a new process that replaces whatever process called the new process
B.
Asks the operating system to clone whatever process calls it
C.
Waits for a process to terminate
D.
Reads a specified list of files and generates output for human use
3.
A daemon is a process that
Please select the best answer.
A.
Reads files and generates human-readable output
B.
Is not associated with any terminal and handles a particular task
C.
Is associated with a particular terminal device
D.
Starts a new login shell process for a specific user
Your Score: 0
Correct answers:
Submit
Quiz Explanation