Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-13-2007, 06:57 PM
|
#1
|
LQ Newbie
Registered: Nov 2007
Posts: 14
Rep:
|
problem with amarok
I am trying to change the tags to my music collection with easy tag and Amarok but once i do all the process it shows me an error message saying that the files are read only and the the operation cant be done. Any clues?
im using pclinuxos 2007
|
|
|
11-13-2007, 07:02 PM
|
#2
|
Senior Member
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181
Rep:
|
... are the files set to read-only?
Sorry for the sarcastic answer but the error is fairly self-explanatory. What sort of investigation have you done as to the file permissions of your music?
|
|
|
11-13-2007, 07:04 PM
|
#3
|
LQ Newbie
Registered: Nov 2007
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by Poetics
... are the files set to read-only?
Sorry for the sarcastic answer but the error is fairly self-explanatory. What sort of investigation have you done as to the file permissions of your music?
|
how do i change the files so they are not read only anymore....sorry i am a 200% completly noob
|
|
|
11-13-2007, 07:11 PM
|
#4
|
Senior Member
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181
Rep:
|
Not a problem -- the only way to learn is by doing!
You'll want to read up on the "chmod" ('change mode') command, and on "file permission" -- there are some great resources both elsewhere on the web and here at LQ. After you've done some reading the following examples will make a bit more sense:
Code:
$ chmod 777 /public/directory/
$ chmod 440 /private/read-only-file
$ chmod 1777 /public/directory/with/sticky-bit/
Now that last one is a special case, but there is quite a bit about permissions to learn. The very basics are easy and as I said, can be found just about anywhere. You get to define, with "chmod", who can Read, who can Write, and who can eXecute a file. If you do an "ls -l" on a directory, you'll see these permissions shown for each file on the left-hand side, unique to every file.
Happy hunting!
|
|
|
11-13-2007, 07:15 PM
|
#5
|
LQ Newbie
Registered: Nov 2007
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by Poetics
Not a problem -- the only way to learn is by doing!
You'll want to read up on the "chmod" ('change mode') command, and on "file permission" -- there are some great resources both elsewhere on the web and here at LQ. After you've done some reading the following examples will make a bit more sense:
Code:
$ chmod 777 /public/directory/
$ chmod 440 /private/read-only-file
$ chmod 1777 /public/directory/with/sticky-bit/
Now that last one is a special case, but there is quite a bit about permissions to learn. The very basics are easy and as I said, can be found just about anywhere. You get to define, with "chmod", who can Read, who can Write, and who can eXecute a file. If you do an "ls -l" on a directory, you'll see these permissions shown for each file on the left-hand side, unique to every file.
Happy hunting!
|
thx ill work with that now
|
|
|
11-13-2007, 07:22 PM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
Hi adrian30020, Wouldn't you be using one or the other, either Amorok, or easytag, not both at the same time? I've had no trouble with easytag by itself.
Good luck. ;-)
A day late and a dollar short! ;-)
Last edited by Peacedog; 11-13-2007 at 07:26 PM.
|
|
|
11-13-2007, 07:35 PM
|
#7
|
LQ Newbie
Registered: Nov 2007
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by Peacedog
Hi adrian30020, Wouldn't you be using one or the other, either Amorok, or easytag, not both at the same time? I've had no trouble with easytag by itself.
Good luck. ;-)
A day late and a dollar short! ;-)
|
i wasnt.....i just had the same problem with both.
|
|
|
All times are GMT -5. The time now is 02:35 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|