adspace


briefly describe the shell's responsibilities?

Answer Posted / Akash Kumar Kharwar

The shell acts as an intermediary between users and the operating system in a Unix-like environment. It parses user commands, interprets them, executes the corresponding system calls, and manages input/output. Additionally, it provides various built-in commands for file manipulation, process management, and scripting.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988