Executables and ScriptsWe have several kinds of executable commands; those that are built into the bash shell, executables that are binary program files, and scripts that are interpreted by another program, like bash or perl or python. While Windows determines what a file is by its extension, Linux examines the first few bytes of the file itself. The file extension is less important than in Windows. Here is a tool to determine what a particular file actually is:
Of particular interest are those that are bash (or Bourne shell) scripts. If you place a series of bash command lines in a file, and make that file executable, you have made a shell script. See the menu on the upper left that says Shell Scripts.
|
This page is This page rendered by CodeIgniter in 0.0125 seconds. |