zoukankan      html  css  js  c++  java
  • linux目录的权限

    Answer:

    When applying permissions to directories on Linux, the permission bits have different meanings than on regular files.

    • The write bit allows the affected user to create, rename, or delete files within the directory, and modify the directory’s attributes
    • The read bit allows the affected user to list the files within the directory
    • The execute bit allows the affected user to enter the directory, and access files and directories inside
    • The sticky bit states that files and directories within that directory may only be deleted or renamed by their owner (or root)
  • 相关阅读:
    DAY56
    DAY55
    DAY54
    DAY53
    DAY52
    DAY51
    DAY50
    spark1.1.0部署standalone分布式集群
    Storm流分组介绍
    Storm拓扑的并行度(parallelism)介绍
  • 原文地址:https://www.cnblogs.com/itech/p/4533980.html
Copyright © 2011-2022 走看看