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 |
What is s and g in sed command?
What is the use of the command 'ls -x chapter[1-5]' ?
how to sort the content of the file based on numeric values
How to check the flavor of UNIX?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
How do you change your account's password?
What is the use of cut command in unix?
Which command will you use to change the permissions on file?
How do you know about running processes of a particular user?
what is the use of wild cards?
What is a command and examples?
How to find and replace the below command?