Which of the following process will be created on a Linux system when you enter vi at the shell prompt?
  1. System
  2. Daemon
  3. User
  4. Init
Explanation
Answer - C - The user process will be created on a Linux system when you enter vi at the shell prompt.

Key Takeaway: Some processes in Linux are created by the end user when they are executed using a command from the shell prompt. These processes are called user processes. User processes are usually associated with an end-user program running on the system. User processes are called from within a shell and are associated with it.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz