Wednesday, May 22, 2013

Linux-FileTypes (MCQ's)

Basic understanding of file types in Linux:

Linux as every one knows is all about files. Here is an attempt to understand  basic points on Linux file system  for newbies and for others how know about this will be a refreshing points.


1)  When you use the "ln" command, which of the following occurs?
a) a file is created that points to an existing file
b) a file is created that is a copy of an existing file
c) a file is moved from one location to another
d) a file is renamed

Answer::: A

2) srwxr-xrw- is a
a) internet socket file
b) unix domain socket file
c) symbolic link
d) shared file

Answer::: B

3) Binary or executable files are:
a) Regular files
b) Device files
c) Special files
d) Directory files

Answer::: A


4)  The directory file contains:
a) File names & File Sizes
b) File names & Inode Numbers
c) File names & Address
d) File names & Permissions

Answer::: B


5) Which directory contain device special files?
a /etc
b) /etc/dev
c) /root/bin
d) /dev

Answer::: D


6)  Which of the following is not a valid file type on Linux
a) Socket
b) Softlink
c) Inode
d) FIFO

Answer::: C


7) Which of the following is not correct statement regarding file types?
a) Hard links share same inode number
b) Soft links cannot be created across partitions
c) Socket files are Unix domain sockets
d) Character file is a special file

Answer::: B


8)  The soft link will increase the link counter of the file.(T/F)
a) True
b) False

Answer::: B


 9) Which are the two types of device files?
a) Character & Block
b) Character & Socket
c) Block & FIFO
d) Input & output

Answer::: A


10)  Which is an example for character special file?
a) Hard disk
b) CD-ROM
c) Terminal
d) Memory

Answer::: C


11) Which is an example for block special file?
a) Virtual Terminal
b) CD-ROM
c) Terminal
d) Serial modem

Answer::: B


12) All device files are stored in which directory?
a) /etc
b) /bin
c) /dev
d) /usr

Answer::: C



No comments:

Post a Comment