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
What do chmod command do?
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 does the command ' $who | sort –logfile > newfile' do?
Name the unix command to find how many days the server has been up.
Why is it called grep?
How do I find previous commands in unix?
What is the use of tee command?
How to find $ai_serual resolved path by using unix
Can you explain a little bit about command substitution?
What is the significance of the 'tee' command?
What happens when we execute a unix command?
Explain the steps that a shell follows while processing a command.
What does grep v grep do?
What are the dos commands?
How do I search a whole word in vim?