how many types of file in unix?
Answers were Sorted based on User's Feedback
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 |
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 |
Which mode is used for allowing file write,read and append mode?
Write a command that will display files in the current directory, in a colored, long format.
How to get the operating system's information in unix?
What is grep r?
Is command prompt unix?
What does awk stand for?
Explain ‘system calls’ with respect to unix commands?
What is file system in unix??
how to unzip the contents of the gzip file
What will the following command do?
Which RAID Levels supported by LVM?
How we will execute previous command in vi editor?