Question:

What are External and Internal commands in Linux?

by Guest7632  |  12 years, 8 month(s) ago

1 LIKES UnLike

please send the information to anjana.jr@rediffmail.com

 Tags: Commands, external, internal, linux

   Report

1 ANSWERS

  1. amomipais82
    Hi,
    "internal command" most commonly means "built-into bash".
    External are ones that aren't part of bash. E.g. echo.

    There's a bash-built-in echo which will be used by default.
    If you want to use the stand-alone one, use with the fully
    qualified path, e.g. /bin/echo

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 14 years, 7 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.