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 / 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

How does shebang work?

1122


Why is it called a shebang?

1248


What is s and g in sed command?

1165


What is the difference between grep and grep?

1189


What is in grep command?

1216


Is grep faster than awk?

1085


What is the search command in unix?

1134


Enlist some filename manipulation commands in unix.

1223


How do I delete files from command prompt?

1282


What is command statement?

1241


What does the command '$ls | wc –l > file1' do?

1302


Name the general commands in using unix os for a beginner?

1220


Which command is used to kill the last background job?

1393


how to sort the content of the file based on numeric values

1842


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

1287