Computer Science, asked by ayushram62, 9 months ago

how does the command interaction module of an OS works to provide interaction between a user and the computer system​

Answers

Answered by vkpathak2671
3

Answer:

A GUI, with icons and windows, etc. A command-line interface for running processes and scripts, browsing files in directories, etc. ... Processes interact by making system calls into the operating system proper (i.e. the kernel). Though we will see that, for stability, such calls are not direct calls to kernel functions.

Similar questions