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 do chmod command do?
What is the comma to display different lines that are found when compare two files?
Who invented grep?
What is the comma to show the space allocation of files?
What does #!/ Bin sh do?
What will the following command do?
What is the command to find hidden files in the current directory?
How do you repeat a command in terminal?
What is the difference between awk and grep?
What is command statement?
What are grep patterns?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the command to view process running?
What is the general format of unix command syntax?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?