LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   save me some work! (https://www.linuxquestions.org/questions/linux-newbie-8/save-me-some-work-49716/)

dalton9267 03-13-2003 08:34 PM

save me some work!
 
just mounted my windows partition and copied my entire mp3 collection, about 2500 songs. but now the permissions are set to not even allow executions, so i can't play them with xmms. how can i change all the permissions without going through all 2500 songs?!?! thanks.

doublefailure 03-13-2003 08:38 PM

i didn't know mp3 should be excutable
anyway
u can go to directory and do $ chmod -R +x *

cuckoopint 03-13-2003 08:46 PM

hmmm....the power of manpages. I assume you knew about chmod (since you did mention changing them one by one). Now, if you just did a 'man chmod' you went have your answer in a moment. Just letting you know for next time you may be in a 'fix'

dalton9267 03-13-2003 08:47 PM

thanks, but how would one do that?

camlinux 03-13-2003 08:55 PM

'man chmod' as the man said

dalton9267 03-13-2003 08:56 PM

i know that but i dont know which command to use where, the man is a bit cryptic for a newb

cuckoopint 03-13-2003 08:57 PM

hmm...this took me a second to figure out. Are you using a file manager?

in that case, you have to open a x terminal (like xterm).
cd /dir/to/mp3s
chmod -R +x * (or u+x * - see 'man chmod')

Is this what you are asking about?

dalton9267 03-13-2003 09:04 PM

the music is in /home/dalton/music
from there it is divided by artist
ive tried doing what you all have said but cant get it to work...with those variables i mentioned, what woul i type in term
SORRY FOR ALL THE TROUBLE THANKS.

cuckoopint 03-13-2003 09:32 PM

Quote:

ive tried doing what you all have said but cant get it to work
tell us what you type, and what error you get.

Dark_Helmet 03-13-2003 09:42 PM

Don't mean to throw things off track here, but did you install mp3 support for xmms?

Red Hat 8.0 did not ship with support to play mp3s. You can get the plugin from the xmms website: www.xmms.org
It was the very first item on the page last time I looked.

dalton9267 03-13-2003 09:52 PM

hahaha it's fixed..thanks helmet


All times are GMT -5. The time now is 04:01 PM.