Answer Posted / 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 |
Post New Answer View All Answers
Which command can you use to find the currently running process in unix server?
How can you see the command line history?
why metadb requires a seperate slice to create Solaris volume manager
What is nr in awk command?
Why is awk called awk?
What is the comma to show the space allocation of files?
How do I search for text in vi?
Explain ‘library functions’ with respect to unix commands?
What is the difference between grep and grep?
What is the behavioural difference between cmp and diff commands?
How do I use grep to find a file?
What is the use of sed command in unix?
What are the differences among a system call, a library function, and a unix command?
What is the use of the command 'ls -x chapter[1-5]' ?
What does this command do,"$more readme.txt“?