how many types of file in unix?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / narendra simha talluri
There are fairly 4 typical files, all related to editor:
1. the directory in which it recides(\bin)
2.the "binany" or runnable program itself(/bin/ed)
3.the "source" or C statement that define the program(/usr/src/cmd/ed.c) and
4.the manual page( /usr/man/man1/ed.1)
| Is This Answer Correct ? | 7 Yes | 17 No |
Give the command to display space usage on the UNIX file system.
How many bits use for MAC address?
Which command is used to copy files?
How do I open a port?
What is time_t?
when we installing aix os the ssh installed default?
Name the various commands that are used for the user information in unix.
What is the nmap command?
What is the search command in unix?
what is the difference between Touch & cat command
What does this command do? Cat food 1 > kitty
what is the function of grep command?