how many types of file in unix?

Answers were Sorted based on User's Feedback



how many types of file in unix?..

Answer / narendra simha talluri

Above answer #3 is an example for file command

$file /bin /bin/ed /usr/src/cmd/ed.c /usr/man/man1/ed.1

/bin : directory
/bin/ed : pure executable
/usr/src/cmd/ed.c : c program text
/usr/man/man1/ed.1 : roff, nroff, or eqn input text

so these are the four fairly typical files( what i explained earlier )

Is This Answer Correct ?    7 Yes 15 No

how many types of file in unix?..

Answer / narendra simha talluri

There are fairly 4 typical files, all related to editor:

1. the directory in which it recides(\bin)
2.the "binany" or runnable program itself(/bin/ed)
3.the "source" or C statement that define the program(/usr/src/cmd/ed.c) and
4.the manual page( /usr/man/man1/ed.1)

Is This Answer Correct ?    7 Yes 17 No

how many types of file in unix?..

Answer / bill gates

actually there is no file types

Is This Answer Correct ?    8 Yes 20 No

how many types of file in unix?..

Answer / mozilla

only 3 types

1. stdin
2. stdout
3. stderr

Is This Answer Correct ?    5 Yes 17 No

Post New Answer

More Unix Commands Interview Questions

How does a user get the current date, time in UNIX?

6 Answers   IBM,


how to find largest file?

14 Answers   HCL, Microsoft, Thomson Reuters,


How does the user view the contents of a text file in UNIX?

9 Answers   IBM,


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


What does grep v grep do?

0 Answers  






How does pipe () work?

0 Answers  


How do I search for text in vi?

0 Answers  


hw will u use awk in replacing cahrs and files

0 Answers  


What are file commands?

0 Answers  


what is virtual machine?

2 Answers   Infosys,


Differentiate cmp command from diff command.

0 Answers  


What is command substitution?

0 Answers  


Categories