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 |
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
what does a process mean?
what does the 'tee' command do?
Which command is used to kill the last background job?
What are the general commands in using unix os for a beginner?
use of ls command
If JFS file system is 100% full how we can increase the file system ?
What command will bring user back to their home directory in UNIX?
How do I open a port?
What is awk command used for?
why unix commands can be divided into internal and external commands?
What Command will remove a Directory in UNIX?