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


why unix commands can be divided into internal and external
commands?

Answers were Sorted based on User's Feedback



why unix commands can be divided into internal and external commands?..

Answer / shaili

External- It is a compiled executable of a program.Shell
executes it.

Internal- Built in shell.Faster in execution.

Internal commands provides more flexibility and better
management. But, if all commands are internal, shell will
become larger and less responsive.

Is This Answer Correct ?    16 Yes 1 No

why unix commands can be divided into internal and external commands?..

Answer / ankur

Internal command are built in commands in shell & shell
shell doesn't start a separate process to run internal
commands where as external command require the shell to
fork and exec a process which may take some time on a busy
system

Is This Answer Correct ?    7 Yes 0 No

why unix commands can be divided into internal and external commands?..

Answer / niranjan

Ankur ur right... internal commands dont invoke a child process to excute the command. and there by faster execution.

Where as external commands forked as child process...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What are some command words?

0 Answers  


How to delete a directory containing files and folders?

3 Answers  


Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?

1 Answers  


How to get the operating system's information in unix?

6 Answers   IBM, TCS,


distinguish between paging and swapping?

3 Answers   Infosys,


Name the unix command to find how many days the server has been up.

0 Answers  


What is the protocol for PING command?

1 Answers   IBM,


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  


fork in unix ?

4 Answers   BFL,


how will you convert a general file to a hidden file?

4 Answers  


Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.

8 Answers   Concentrix, IBM, Symantec, TCS,


Who invented grep?

0 Answers  


Categories