Question
-
Topic
-
How does Bash interact with the OS?
I’ve been reading explanations about Bash and it’s role in the typical Linux environment. Seems like it acts as an interface between system functions, such as file system manipulation, between the OS and the user. But, then, what is Bash using? Is it calling functions defined in the kernel in C or C++? If I were to, say, write a shell language, what resources would describe how to interact with the Linux end? Do all shells (fish, zsh) use the same API to interact with the OS, or are there more layers to it?
All Answers
Viewing 1 reply thread