আমি চেষ্টা করছিলাম chown
মধ্যে /opt
এবং কোনো কারণে chown
পিতা বা মাতা এবং chowned সবকিছু আপ jumped।
কেন কেউ / কীভাবে এটি হতে পারে এবং ভবিষ্যতে কীভাবে এড়াতে হবে তার পরামর্শ দিতে পারে? এটি একটি সামান্য বিষয় যে কোনও প্রদত্ত ডিয়ারে একটি কমান্ড চালানো কার্যকরভাবে লাফিয়ে ও মূল ডায়ারে চালাতে পারে।
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
মূল ডিরেক্টরিতে যেতে পারে এবং ফাঁস / বাদ দিতে পারে, বা কমান্ডটি শুরু (
করতে পারে যার অর্থ মিলটি )
টাইপ না করা অবধি কমান্ডটি কার্যকর করা হবে না , এটি সিটিআরএল -সি-তে আঘাত হানার সুযোগ দেয় এবং জামিন না দিয়ে বেরিয়ে যায় একটি খারাপ ভুল (যেমন rm -rf /tmp/foo-install
এবং টি এর পরিবর্তে এন্টার চাপুন)।
sudo chown -R root:wwwdata /opt
- হেল্প সংলাপ অনুসারে ... সম্ভবত সেই পাইপটি ব্যবহারের ফলে কোনও সমস্যা হয়েছে ???