Tag: Unix Questions
Important Unix Shell Questions
Some Important Unix Shell Questions
There can be multiple Kernels and shells running on your system. True or False?
Why shell is called Command Interpreter?
Two UNIX systems may or may not use the same system calls. True or False?
To obtain help on any feature of the system, what are the possible help sources available?
[...]
Posted: March 16th, 2008 under Unix / Linux.
Tags: Important, Questions, Shell, shell linux, shell questions, Unix, Unix Questions, unix shell
Comments: 9
Nix Application Programming
Explain the difference between a static library and a dynamic library? - Static library is linked into the executable, while a dynamic library (or shared object) is loaded while the executable has started.
How do you create a static library? - If you have a collection of object (.o) files, you can do it by running [...]
Posted: November 3rd, 2007 under Unix / Linux.
Tags: Linux, Linux API, Linux Application programming, Linux Questions, Questions, Unix, Unix API, Unix Application programming, Unix Questions
Comments: none