Answer Posted / jagadeeb choudhury
7 types files are there.
1. Regular file:(-):contains data in either text format or
binary format
2. Directory file:(d):It contains the name and location of
all files stored on a physical device.
3. FIFO file:(f):2 communicate betn 2 processes running on
same system
4. Block special file:(b):Its a physical device such as a
disk, that reads or write data a block at a time.
5. Sybolic file:(l):its a link or pointer to already
existing file
6. Socket file:(s):Is a special file that is used for
network communication.
7. Character special file:(c):A physical device such as
terminal that reads or write one character at a time.
Ex-
stdin, stdout, stderr
Thanks,
Jagadeeb@gmail.com
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do I use grep to search for a file?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is sed awk grep?
What are the general commands in using unix os for a beginner?
Does cp command overwrite files?
how to sort the content of the file based on numeric values
How do I run a bash script?
What are file commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the significance of the 'tee' command?
What do know about tee command and its usage?
What is time_t?
What is the functionality of a top command?
What is ctrl d?
How do I search for text in vi?