Answer Posted / prasad
Unix recognizes the following types of files:
Regular file
Text or binary data (e.g. an image).
Directory
Contains other files and directories.
Executable file
File with the "execute bit" set. Most commands are
executable files.
Symbolic link
File is a "shortcut" that points to another file.
Device special file
An interface to a piece of hardware, such as a printer.
You don't have to worry about this.
Named pipe
An interface to a network program. You don't have to
worry about this.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What do know about tee command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Name the unix command to find how many days the server has been up.
What is in grep command?
What do chown command do?
What is used to type command?
Why is grep called grep?
What command is used to switching between users in unix?
What is nr in awk command?
How can we use grep command in unix?
What is awk good for?
What is ctrl d?
How do I clear my terminal history?
What is the use of finger command?
Using unix command how to display no of records in oracle?