오 유 웅 - 타고 난 자연 ShellX 학습 노트: Shell 소개

2882 단어
Shell      C        ,       Linux    。Shell         ,          。
Shell         ,             ,                   。
Ken Thompson   sh      Unix Shell,Windows Explorer            Shell。
Shell   (shell script),     shell        。
      shell       shell   ,        ,shell   shell script         。
       ,    ,      "shell  "     shell     ,      shell   。
Shell   
Shell     JavaScript、php     ,                                  。
Linux   Shell     ,    :
Bourne Shell(/usr/bin/sh /bin/sh)
Bourne Again Shell(/bin/bash)
C Shell(/usr/bin/csh)
K Shell(/usr/bin/ksh)
      ,       Bourne Shell   Bourne Again Shell,  ,  #!/bin/sh,         #!/bin/bash。
#!                          Shell   。

   shell  
       (     vi/vim        ),       test.sh,     sh(sh  shell),           ,      ,     php   shell   ,      php   。
      ,        :
#!/bin/bash
echo "Hello World !"
#!         ,                   ,       Shell。
echo            。
   Shell        :
1、       
          test.sh,  cd      :
chmod +x ./test.sh  #         
./test.sh  #    

  ,      ./test.sh,    test.sh,             ,    test.sh,linux      PATH         test.sh  ,    /bin, /sbin, /usr/bin,/usr/sbin    PATH  ,           PATH  ,     test.sh         ,   ./test.sh      ,       。

2、       
       ,       ,      shell       , :
/bin/sh test.sh
/bin/php test.php

         ,              ,     。

좋은 웹페이지 즐겨찾기