About 767,000 results
Open links in new tab
  1. chown コマンドでグループを指定する際、区切り文字に . (ドッ …

    Sep 15, 2022 · chown コマンドでグループを指定する際、区切り文字に . (ドット) を使う書式は仕様なのか 質問する 質問日 3 年 3 か月前 更新 3 年 3 か月前

  2. Docker COPY recursive --chmod --chown - Stack Overflow

    Aug 25, 2022 · I am trying to recursively copy some files and directories into a Docker image. The source directory contains files and a sub-directory with some files in it. src/ ├─ subdir/ │ ├─ …

  3. How can I change the owner of a file in Windows (command line)

    Sep 23, 2022 · I am working in Windows with a non-admin-account. Sometimes I have files which I am not allowed to write. These files are from another user with admin rights which I use to …

  4. Changing Ownership: "Operation not permitted" - even as root!

    Sep 17, 2015 · 89 I am trying to help a user solve an issue with a bootable USB drive, but there seems to be a file whose ownership cannot be edited. I thought it would have been possible …

  5. command line - how to fix chown missing operand - Ask Ubuntu

    Jan 23, 2024 · in very new to linux and i am trying to install something and this is what I got. sudo chown root:root/usr/bin/bwrap && sudo chmod u+s /usr/bin/bwrap chown: missing …

  6. apache2 - how to create www-data:www-data - Stack Overflow

    May 4, 2024 · www-data is in /etc/group but not /etc/passwd. When I try to create a www-data user with sudo adduser www-data I get this message: adduser: The group `www-data' already …

  7. Docker - executing mkdir, chown & chgrp after the container is up

    This allows me to do what I need to (create a mounted volume in my docker-compose.yml to the local filesystem, then use the entrypoint.sh to create and chown + chmod a directory inside …

  8. Docker and Postgresql with mounted (local): chown: changing …

    Oct 1, 2024 · The obvious question is what the ownership/permissions are on /custom/mount and on /custom/mount/pgdata. Also whether this is mounted from the Mac itself or from the linux …

  9. linux - Trying to change the permissions of a symlink results in ...

    Mar 25, 2014 · You are attempting to change the ownership of a symbolic link, however, the permissions of the link itself don't matter - what mappers are the permissions of the target that …

  10. What are the proper chown and chmod syntax? - Ask Ubuntu

    Jan 19, 2021 · What are the proper chown and chmod syntax? Ask Question Asked 4 years, 11 months ago Modified 4 years, 11 months ago