Linuxの基本的な学習

1441 ワード

  • GNU:GNU is Not Unix.
  • GPL:General Public License、汎用公開ライセンス、著作権
       Copyright,Copyleft
           
    
  • LGPL:lesser
  • GPLv2
  • GPLv3
  • GUI : Graphic User Interface
  • Windows
  • X-Window(Xはグラフィックインタフェースプロトコルを表す)
      Gnome
      KDE 
      Xface
    
  • CLI : Command Line Interface
      shell
      bash
      csh
      ksh
      zsh
      tcsh
    
  • システム
          ->Kernel->system call->library:API->      IDE
    
  • login:
  • ユーザ名:ユーザID(コンピュータ処理が最も速いのは文字ではなく数字)であり、ユーザ名は限定リソースにアクセスできるかどうかの認証識別
  • として使用できない.
  • 認証メカニズム:Authentication
  • ライセンス:Authorization
  • 監査:Audition(ログ)
  • ログイン後prompt,コマンドプロンプト:
  • コマンド:
  • magic number:魔数
  • shebangの概念?
      #!/bin/bash
    
  • コマンド例list:ls
  • ファイルディレクトリ:ファイル、パスマッピングパス:指定された開始点から宛先までの絶対パス:ルートディレクトリから現在のディレクトリ:working directory current directory相対パス:現在位置に対するパスFHS(Filesystem Hierarchy Standard、ファイルシステム階層規格)
  • 基本コマンド
  • pwd:Printing Working directory
  • ls
          :
      -l:   
              :
              -:    (f)
              d:    
              b:     (block)
              c:      (character)
              l:      (sysmbolic link file)
              p:      (pipe)
              s:     (socket)