美文网首页
Chapter 7 Configuring Permission

Chapter 7 Configuring Permission

作者: Programming | 来源:发表于2016-06-07 17:13 被阅读0次

    ㈠ Managing File Ownership

    1. shows all files that have user lisa as their owner

    2. searches all files that are owned by the group account

    3. changes ownership for the directory /home and everything beneath it to user linda

    4. changes the group owner (two method: chown, chgrp)

    5. using newgrp to Change the Effective Primary Group

    ㈡ Managing Basic Permissions

    1.  Applying Read, Write, and Execute Permissions

    2. exercises 7.1

    相关文章

      网友评论

          本文标题:Chapter 7 Configuring Permission

          本文链接:https://www.haomeiwen.com/subject/itbddttx.html