![]() |
Root can't grant privilages - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Root can't grant privilages (/showthread.php?tid=6021) |
Root can't grant privilages - beak - 02-21-2019 Hi I've been using Linux Light for a short time. I have a linux partition that I would like to make accessible to everyone. But some how I can't. Have a look: Code: root@jay-VirtualBox:/mnt# ls -lh as you can see after trying to grant all privileges to everyone they remain the same. The last line still shows that group and others do not have write permission. What is the issue here? thx Re: Root can't grant privilages - DeepThought - 02-21-2019 Code: root@jay-VirtualBox:/mnt# chmod a=rwx B43D-88E0/ The command is : Code: chmod a+rwx not "a=rwx" as you have it Re: Root can't grant privilages - beak - 02-22-2019 It doesn't matter, "=" replaces, "+" adds privileges. PS By the way, what do you guys do when you want to freely access your partitions? Every time I click on the partition it asks me for admin password. In /mnt the partition is mounted as B43D-88E0/ |