adspace


What is a shell?

Answer Posted / Mukesh Pandey

A shell is a user interface for interacting with a computer's operating system. It provides command-line interfaces for users to execute commands, navigate the file system, manage processes, and access various utilities. The most common type of shell in Unix-like systems is the Bourne Again SHell (bash).

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