Answer Posted / manish
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 ? | 5 Yes | 3 No |
Post New Answer View All Answers
How do you grep a case insensitive?
What does this command do,"$more readme.txt“?
What is the comma to show the space allocation of files?
What are file commands?
What does the “echo” command do?
What command is used to switching between users in unix?
What is the nmap command?
What does 'mkdir' command do in UNIX?
What is awk used for?
How do I delete files from command prompt?
Why is shebang used?
Is ‘du’ a command? If so, what is its use?
Which command is used to copy files?
What is updatedb?
What does grep v grep do?