gpt4 book ai didi

linux - 为什么我不能以其所有者身份写入 encfs 文件夹?

转载 作者:太空狗 更新时间:2023-10-29 11:08:43 26 4
gpt4 key购买 nike

我想将 s3fs 挂载到 AWS S3 存储桶,使用 encfs 加密 S3 存储桶中的内容并以 ec2-user(即不使用 sudo)写入存储桶(例如将文件复制到存储桶) .我不能以 ec2 用户身份复制文件,我必须使用 sudo,但这是不可取的。任何人都可以告诉我需要做什么,这样我就可以在不使用 sudo 的情况下逃脱吗?

已发出以下命令:

# Create mount points
$ sudo mkdir /mnt/encfs

$ sudo mkdir /mnt/s3fs

# Mount s3fs
$ sudo s3fs mybucket /mnt/s3fs -o use_cache=/tmp,allow_other

# Mount encfs. Option 'p' is used (for pre-configured paranoia mode)
$ sudo encfs /mnt/s3fs /mnt/encfs/

$ sudo chown ec2-user:ec2-user /mnt/encfs

# Create a link from ec2-user home directory
$ ln -s /mnt/encfs encrypted_folder

现状:

$ sudo cp plaintext.dat encrypted_folder      <- this works
$ cp plaintext.dat encrypted_folder <- this does NOT work

cp: accessing 'encrypted_folder': Permission denied

谁能指出我在这里做错了什么?以及我需要做什么才能让它工作以便我必须使用 sudo?谢谢!!

最佳答案

只是提供更新。要解决安装 encfs 时的权限问题,请包含开关 --public。这应该可以解决它。

关于linux - 为什么我不能以其所有者身份写入 encfs 文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26580612/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com