how many types of file in unix?

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


Please Help Members By Posting Answers For Below Questions

What is the use of egrep command in unix?

626


What is a bash command?

627


Explain command to show the space allocation of files?

631


Enumerate some of the most commonly used network commands in unix?

620


What happens when we execute a unix command?

600






Is grep faster than awk?

561


How can we use grep command in unix?

618


Does cp command overwrite files?

626


What is awk good for?

588


What is .sh file?

624


What are some command words?

567


What is difference between grep and find command in unix?

580


What are the commands in UNIX to list the files in a Directory?

620


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

591


How do I run a bash script?

585