UNIX – LINUX Interview Questions and Answers : 1. How are devices represented in UNIX? All devices...
Interview Questions
A Unix directory is a file containing a correspondence between filenames and inodes. A directory is a...
All UNIX files have its description stored in a structure called ‘inode’. The inode contains info about...
All devices are represented by files called special files that are located in/dev directory. Thus, device files...