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

What is s and g in sed command?

0 Answers  


What is the use of the command 'ls -x chapter[1-5]' ?

0 Answers  


how to sort the content of the file based on numeric values

0 Answers   Epsilon,


How to check the flavor of UNIX?

8 Answers   HCL, Syntel,


What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14

8 Answers   3i Infotech, IBM,


How do you change your account's password?

6 Answers  


What is the use of cut command in unix?

0 Answers  


Which command will you use to change the permissions on file?

7 Answers  


How do you know about running processes of a particular user?

11 Answers  


what is the use of wild cards?

2 Answers  


What is a command and examples?

0 Answers  


How to find and replace the below command?

2 Answers   HCL,


Categories