Questions tagged «file-permissions»

当前大多数文件系统都具有管理对特定用户和用户组的权限或访问权限的方法。这些系统控制用户查看或更改文件系统内容的能力。

1
更改Drobo目录权限
我有一个Drobo装置,该装置通过火线连接到Dell笔记本电脑。使用Ubuntu 12.04。我似乎无法更改允许所有用户具有对驱动器的读/写访问权限的权限。本机将以我的用户身份使用系统自动安装卷,因此其他应用程序将无法访问该设备。我想设置一个Plex Media Server来播放音乐等。但是由于无法访问驱动器,因此它不会扫描驱动器。 如何更改允许所有人读取卷的权限?如果我将它们作为ntfs卷添加到fstab中,Ubuntu报告它们在引导过程中不可用,这可能是由于火线尚未找到驱动器。

1
如何在Linux(CentOS)上从Windows文件共享创建和编辑文件?
我有一个Windows共享驱动器,该驱动器已按照Red Hat的说明安装在我的CentOS 7机器上,我现在想在其中创建和编辑文件。但是,我必须被提升才能在驱动器上的任何文件夹上创建和编辑文件。我尝试使用chmod允许所有用户访问,但无济于事,甚至尝试卸载/重新安装驱动器。 如何获得对驱动器的非提升访问权限? (我正在使用Matlab创建这些文件,而Matlab无法通过来运行sudo,因此仅保持抬高状态是不可行的)。 终端打印输出 [millironx@mymachine ~]$ sudo umount /mnt [millironx@mymachine ~]$ sudo mount -t cifs -o username=millironx,password=mypassword,domain=AD //files.example.com/shared /mnt [millironx@mymachine ~]$ cd /mnt/matlab-program [millironx@mymachine matlab-program]$ touch testfile touch: cannot touch 'testfile': Permission denied [millironx@mymachine matlab-program]$ sudo chmod +rwx /mnt/matlab-program [millironx@mymachine matlab-program]$ touch testfile touch: cannot touch 'testfile': Permission …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.