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:
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
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
total 4,0K
drwxr-xr-x 2 root root 4,0K sty 1 1970 B43D-88E0
root@jay-VirtualBox:/mnt# chmod a=rwx B43D-88E0/
root@jay-VirtualBox:/mnt# ls -lh
total 4,0K
drwxr-xr-x 2 root root 4,0K sty 1 1970 B43D-88E0
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