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
How do I use nslookup?
What are the general commands in using unix os for a beginner?
Can you enlist some commonly used network commands?
How do I run a bash script?
What is the search command in unix?
What does the command ' $who | sort –logfile > newfile' do?
Explain command to show the space allocation of files?
Describe the usage and functionality of the command rm –r * in unix?
What is the comma to show the space allocation of files?
What is the use of tee command?
What is ctrl d?
What is the command to view process running?
What is the size of time_t?
What do chmod command do?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?