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 “chmod” command?
What is the use of find command in unix?
Name the various commands that are used for the user information in unix.
What is the significance of the 'tee' command?
What is the difference between cat command and more command?
What is the use of awk command in unix?
What does awk stand for?
Write a command to display a file’s contents in various formats?
What happens when we execute a unix command?
How do I search for text in vi?
What is the unix command to confirm a remote host is alive or not?
What is a bash command?
what is the advaantage of each user having its own copy of the shell?
How do I use grep to search for a file?
Enlist some filename manipulation commands in unix.