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 command is used to switching between users in unix?

0 Answers  


What is an Unix command to convert HEX value to ASCII value located in any flat file.

2 Answers  


Can you explain a little bit about command substitution?

0 Answers  


How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


What is the size of time_t?

0 Answers  






Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


How do I delete files from command prompt?

0 Answers  


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

0 Answers  


What's a command word?

0 Answers  


By using which command we can find the CPU utilization time?

7 Answers   Amazon,


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


Categories