Unix/Linux programming Question:

Explain the Unix file system?

Unix/Linux programming Interview Question
Unix/Linux programming Interview Question

Answer:

Basically there are 4 different types of file systems in unix ,they are as follows
1.Device file
2.Directory fil.
3.FIFO
4.Regular file


Previous QuestionNext Question
Give examples of how memory leaks can occur with c programs?How would you remove a semaphore / shared memory whose owner processes have died?