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
What is the size of time_t?
What is grep in bash?
What is the use of find command in unix?
What are grep patterns?
What is the first character of the output in ls l command?
What is the use of egrep command in unix?
What is {} in find command?
What does this command do? Cat food 1 > kitty
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Which command should you use to find the remaining disk space in unix server?
Which command will print your home directory on screen?
What will the following command do?
What are some command words?
Is command prompt unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?