亚洲国产综合人成综合网站,青青在线香蕉精品视频在线

亚洲午夜网_国产美女精品中文网蜜芽宝贝_亚洲国产福利成人一区_免费无码av片在线观看中文_国产高清在线精品一本大道

  • <small id="aae2e"></small>
  • <small id="aae2e"></small>
    <strike id="aae2e"></strike>
  • <strike id="aae2e"></strike>
    <ul id="aae2e"></ul>
    <td id="aae2e"></td>
    獲得積分
    資料庫(kù)會(huì)員登錄
    搜索: [高級(jí)搜索]
    下載首頁(yè) | 資源分類 | 下載排行
    您的位置: 首頁(yè) > 信息化技術(shù) > 操作系統(tǒng)及虛擬機(jī)技術(shù)
     
    分類導(dǎo)航
    下載排行
    最新資源
    shell基礎(chǔ)編程
    資源大。39.65 KB 資源類型:文檔
    下載積分: 0
    更多
    -->
    下載統(tǒng)計(jì):總下載:0,本月下載:0,本周下載:0,今日下載:0
    發(fā)表評(píng)論 錯(cuò)誤報(bào)告 加入收藏夾
    資源介紹
    第一分部 Shell基礎(chǔ)編程(1—7章)


    第一章   Linux Shell 簡(jiǎn)介

    什么是Shell
    存取權(quán)限和安全
    Shell簡(jiǎn)單腳本
    Shell特性

        Shell是核心程序(kernel)之外的指令解析器,是一個(gè)程序,同時(shí)是一種命令語(yǔ)言和程序設(shè)計(jì)語(yǔ)言。
        Shell的類型:ashbashkshcshtcsh
        --/etc/shells
        --echo $SHELL
        文件和目錄的權(quán)限(-rwxr--r--)
        程序在Shell中運(yùn)行
        Shell中可運(yùn)行子Shell
    1.2存取權(quán)限與安全
        文件和目錄的權(quán)限(-rwxr--r--)
        setuid(suid/guid)(chmod u+s,g+s file)
        umask(umask nnn)
        符號(hào)鏈接(ln [-s] source_path target_path)

        chmod [who] operator [permission] filename
    who(u,g,o,a)
    operator(+,-,=)
    permission(r,w,x,s,t)

    實(shí)例:
    #chmod u+s myfile
    表示執(zhí)行這個(gè)文件時(shí),是以擁有者身份來(lái)執(zhí)行的。

    #chmod u+t myfile
    表示執(zhí)行這個(gè)文件時(shí),是放在緩存里執(zhí)行。

    #ls -l /bin | grep '^...s'
    查找據(jù)有S權(quán)限的文件。

        chmod mode filename
        mode
        -r --4
        -w --2
        -x --1
        chmod 664 myfile
        chmod 740 myfile

    實(shí)例:
    #chmod 4744 myfile
    表示u+s,再744。g+s,6744。o+t,7744。

        chown和chgrp

        chown [-R] owner myfile  //表示整個(gè)目錄的擁有者都改變。
        chown owner.group myfile  //表示擁有者和組都改變。
        chown.group myfile  
        chgrp [-R] group myfile  

        umask
        /etc/profile($HOME/.profile
        $HOME/.bash_profile)
        umask
    實(shí)例:
    #umask
    022(代表了u,g,o)

    下載地址
     下載地址1
    按字母檢索

    下載須知:
    大部份資源無(wú)需注冊(cè)即可下載
    需要積分的資源要在會(huì)員中心注冊(cè)會(huì)員并用 積分體系中提示的方法賺取積分才能下載。

    免責(zé)聲明:
    所有資源只能用于參考學(xué)習(xí),不能用于任何商業(yè)用途,否則后果自負(fù)!