Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how many types of file in unix?

Answer Posted / allabaksha

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 ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

1361


What is the comma to show the space allocation of files?

1137


What do chgrp command do?

1289


What does awk stand for?

1147


What is the command to find maximum memory taking process on the server?

1267


What is ‘ps’ command for?

1241


How do I search for text in vi?

1102


Is ‘du’ a command? If so, what is its use?

1206


How can we use grep command in unix?

1264


What is the difference between grep and grep?

1189


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)?

1631


How do I delete files from command prompt?

1282


Which command is used to copy files?

1252


What is ctrl d?

1157


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1450