to yura_n
Сделал всё, как вы написали, но результат вышел только на половину. С папками, которые создаются в share, действительно можно делать всё, что угодно, но файлы имею ограниченный доступ. Как можно решить эту проблему?
andrejs@jg100_dell / $ cd home
andrejs@jg100_dell /home $ cd share
andrejs@jg100_dell /home/share $ ls -lh
total 4.0K
drwxr-xr-x 2 andrejs andrejs 4.0K Oct 21 22:05 music
-rw-r--r-- 1 andrejs andrejs 0 Oct 21 22:17 test
andrejs@jg100_dell /home/share $ cd music
andrejs@jg100_dell /home/share/music $ ls -lh
total 4.0K
-rw-r--r-- 1 andrejs andrejs 0 Oct 21 22:05 test
drwxr-xr-x 2 andrejs andrejs 4.0K Oct 21 22:18 test2
andrejs@jg100_dell /home/share/music $