<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 19, 2014 at 6:29 AM, Ralf Mardorf <span dir="ltr"><<a href="mailto:ralf.mardorf@alice-dsl.net" target="_blank">ralf.mardorf@alice-dsl.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
1. $ touch foo<br>
2. $ ls -hAl foo<br>
3. -rw-r--r-- 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo<br>
4. $ chmod 7777 foo<br>
5. $ ls -hAl<br>
6. -rwsrwsrwt 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo<br>
7. $ chmod 777 foo<br>
8. $ ls -hAl<br>
9. -rwxrwxrwx 1 rocketmouse rocketmouse 0 Nov 19 06:07 foo<br clear="all"></blockquote><div><br></div><div>Let me break that down for you and eventually spare you and Ralf some extra-bounces. Hopefully without making anyone feel diminished, (rest assured i only do this because at some point i wished i would have got some instruction broken down to me. <3)<br><br>1. here Ralf is using "touch" to create an empty file called "foo"<br>
2. "ls" is the command for listing directories, -hAl is the option to have a long listing format of  *almost* all details in human readable form about owners, permission, size, creation date etc...<br>
3. this is the result of ls -hAl: -rw-r--r-- is the permission, 1st rocketmouse is the user 2nd rocketmouse is the group<br></div><div>
4. chmod as you know, to change permissions on foo<br></div><div>
5. lets see the result of that chmod command<br></div><div>
6. result<br></div><div>
7. lets try another permission setting<br></div><div>
8. how's it looking?<br></div><div>
9. result of the new chmod setting<br><br></div><div>chown, as kindly suggested by Ralf, is the command to change the owner user and the owner group.<br><br></div><div>sudo chown user:group /path/to/folder/or/file.foo<br></div><div><br>to change recursively with -R as suggested<br>sudo chown -R user:group /path/to/folder/<br><br></div><div>Let us know what result you get :)<br></div><div><br></div></div>There are some mp3 players out there, like older ipods (maybe the new ones too, i don't have any), that will not let you access the part of the disk where the mp3's are stored without a special program, but still work as an external storing device for any type of file upon mounting the disk with usb. I don't know about this Denver device, but i would contact them too if i was you :)<br><br></div><div class="gmail_extra">Hope you figure things out!! Good luck!<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">-- <br><div class="gmail_signature">Set Hallström<br><br></div>
</div></div>