Answer Posted / sahoo.sasmita
total 7 files are there.
1. Regular file:(-):contains data in either text format or
binary format
2. Directory file:(d):contains entries of files
3. FIFO file:(f):2 communicate betn 2 processes running on
same system
4. Block special file:(b):name given 2 special blocks of
hard disk
5. Sybolic file:(l):its a link or pointer to already
existing file
6. Socket file:(s):2 communicate betn 2 processes running on
different system in a network
7. Character special file:(c):handles only characted
formatted data
eg.stdin, stdout, stderr
Is This Answer Correct ? | 50 Yes | 9 No |
Post New Answer View All Answers
Is ‘du’ a command? If so, what is its use?
What is awk good for?
What is rmdir command?
Is it inbetween or in between?
What is grep and how do you use it?
What is the command to find maximum memory taking process on the server?
What does 'mkdir' command do in UNIX?
What is the use of finger command?
how to sort the content of the file based on numeric values
What is the size of time_t?
What is $0 bash?
What is the significance of the 'tee' command?
What do chgrp command do?
Explain command to display different lines that are found when compare two files?
Is command prompt unix?