Answer:
7 types of files
- regular
d directory
l symbolic link
c character special file (hardware files)
b block special file (files to communicate with hardware )
p named pipe (to pass data between process )
s socket ( mechanism for inter-process communication
- regular
d directory
l symbolic link
c character special file (hardware files)
b block special file (files to communicate with hardware )
p named pipe (to pass data between process )
s socket ( mechanism for inter-process communication
Previous Question | Next Question |
What is the main difference between Yum & rpm? | How to install Linux OS along with fedora 14 OS in one System? |