当前位置:  技术问答>linux和unix

求解unix系统用root权限mkdir新文件夹,再用chown设权限成功,但是不能用!!!

    来源: 互联网  发布时间:2017-02-28

    本文导语:  今天用服务器root权限删掉了一个文件夹,然后用mkdir建了个新文件夹,再用chown设了权限,但是用设了有权限的用户进入服务器,不能打开文件夹。这是为什么? 用的命令:(ABC为新的文件夹名,a1234是用户名,abc是...

今天用服务器root权限删掉了一个文件夹,然后用mkdir建了个新文件夹,再用chown设了权限,但是用设了有权限的用户进入服务器,不能打开文件夹。这是为什么? 用的命令:(ABC为新的文件夹名,a1234是用户名,abc是组别)
  mkdir ABC
  chown a1234:abc ABC
  chmod 0775 ABC
并且用ls -l查看其他文件夹(在同一文件夹下)的权限和ABC的文件夹权限一样,其他的都可以打开并且读写,但是这个文件夹就不行。请大神分析一下。

|
chown a1234:abc ABC

貌似应该没有空格吧

|
chown changes the user and/or group ownership of each given file.  If only an owner (a user name or numeric user ID) is given, that user is made the owner of each given file, and the files' group is not changed.  If the owner is followed by a colon and a group name (or numeric group ID),  with no spaces between them, the group ownership of the files is changed as well.  If a colon but no group name follows the user name, that user is made the owner of the files and the group of the files is changed to that user's login group.

|
还是看看具体的ls -l 的输出吧
然后看看你当前用户的身份,执行id 命令就能看到

然后再看看你说的不能打开文件夹是一个什么现象


都贴出来看看

|

OPERANDS
       The following operands shall be supported:

       owner[:group]
              A user ID and optional group ID to be assigned to file. The owner portion of this operand shall be a user  name  from  the  user  database  or  a
              numeric  user  ID.  Either  specifies  a  user ID which shall be given to each file named by one of the file operands. If a numeric owner operand
              exists in the user database as a user name, the user ID number associated with that user name shall be used as the user  ID.  Similarly,  if  the
              group  portion  of  this  operand is present, it shall be a group name from the group database or a numeric group ID. Either specifies a group ID
              which shall be given to each file. If a numeric group operand exists in the group database as a group name, the group ID number  associated  with
              that group name shall be used as the group ID.

       file   A pathname of a file whose user ID is to be modified.

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 求解 求解 求解
  • Linux Shell编程从初学到精通 第四章课后习题2 求解
  • 有限元求解器 GetDP
  • 偏微分方程求解工具箱 DUNE
  • linux命令求解释....
  • 偏微分方程求解框架 Overture
  • 100分求解!!!!!
  • 编译内核时候出现的问题,求解
  • makefile求解
  • 求解ucos ii的一句代码
  • 求助linux下mysql 求解!
  • 求解啊,centos下 shutdown -h now 无效??
  • 求解windows下硬盘安装linux如何用linux引导
  • 关于linux shell的一个不明白的地方。求解
  • solaris安装不上,求解.............
  • [FreeBSD] 大神,求解,control socket : can‘t to any socket
  • ubuntu12.04求解
  • 100分求解如何查看内存最高使用值!!
  • 高分求解---如何在DOS下查杀欢乐时光病毒?用哪种杀毒软件?Windows98没法进入了!
  • 求解struct的大小


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3