which of the following shortcut key terminate the gedit program?
Answers
Answered by
1
Explanation:
- Ctrl+C sends the SIGINT signal to gedit . This is a stop signal whose default action is to terminate the process.
- It instructs the shell to stop gedit and return to the main loop, and you'll get the prompt back.
Answered by
9
Explanation:
Ctrl+C sends the SIGINT signal to gedit . This is a stop signal whose default action is to terminate the process. It instructs the shell to stop gedit and return to the main loop, and you'll get the prompt back
mark as brilliant
Similar questions