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
What is the significance of the 'tee' command?
What does #!/ Bin sh do?
how to sort the content of the file based on numeric values
What is the difference between cat and more command?
What is the command to compare two files in unix?
What command is used to check the current users?
How do I clear my terminal history?
How do I run a bash script?
What are the dos commands?
What are reported commands?
Is ‘du’ a command? If so, what is its use?
How many unix commands are there?
What is the general format of unix command syntax?
Describe the usage and functionality of the command rm –r * in unix?
Why is shebang used?