ฉันพยายามที่จะchown
อยู่ข้างใน/opt
และด้วยเหตุผลบางอย่างchown
เพิ่มขึ้นถึงผู้ปกครองและทุกอย่างที่ร้อง
มีใครแนะนำได้บ้างว่าเหตุใดสิ่งนี้จึงเกิดขึ้นและจะหลีกเลี่ยงในอนาคตได้อย่างไร มันเกี่ยวกับการเรียกใช้คำสั่งใน dir ที่กำหนดสามารถกระโดดขึ้นและรันใน root dir ได้อย่างมีประสิทธิภาพ
ubuntu: /opt > sudo chown -R root:www-data .*
chown: changing ownership of '../var/lib/lxcfs/proc/cpuinfo': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/proc/meminfo': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/proc/stat': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/proc/uptime': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/proc/diskstats': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/proc/swaps': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/proc': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/devices': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/blkio': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/hugetlb': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/rdma': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/pids': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/freezer': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/cpuset': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/memory': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/perf_event': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/cpu,cpuacct': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/net_cls,net_prio': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/name=systemd': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup/unified': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs/cgroup': Operation not permitted
chown: changing ownership of '../var/lib/lxcfs': No such file or directory
^C
:ubuntu: /opt >
cd
ไปที่ไดเรคทอรีรากและละเว้น leaing / หรือเริ่มต้นคำสั่งด้วย(
ซึ่งหมายความว่าคำสั่งจะไม่ถูกดำเนินการจนกว่า)
จะมีการพิมพ์การจับคู่ให้โอกาสกด Ctrl-C และประกันตัวออก เป็นข้อผิดพลาดที่ไม่ดี (เช่นrm -rf /tmp/foo-install
และกด Enter แทน T)
sudo chown -R root:wwwdata /opt
ตาม - โต้ตอบช่วย ... บางทีการใช้ท่อที่ทำให้เกิดปัญหาบางอย่าง ???