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
Name the general commands in using unix os for a beginner?
What do know about tee command and its usage?
How does pipe () work?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does 'mkdir' command do in UNIX?
What is the use of tee command?
How do I use grep to search for a file?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is .sh file?
What does the command '$ls | wc –l > file1' do?
What is the search command in unix?
How many unix commands are there?
What is the use of the tee command?
How do I open a port?
How do I use grep to find a file?