Linux Interview Questions and Answers

Linux Interview Questions and Answers

1) What is ‘inode’? Ans: All UNIX files have its description stored in a structure called ‘inode’. The inode contains info about the file-size, its location, time of last access, time of last modification, permission and so on. Directories are...

read more
UNIX Interview Questions And Answers

UNIX Interview Questions And Answers

1) How are devices represented in UNIX? Ans: All devices are represented by files called special files that are located in/dev directory. Thus, device files and other files are named and accessed in the same way. A 'regular file' is just an...

read more
C Interview Questions and Answers

C Interview Questions and Answers

1) What is C language? Ans: The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other operating...

read more