root is listed as owner of mp3 player

Asked by Michael S. Tencate

I can't open my mp3 player, as root is shown as the owner. How can I change this to show me as being the owner ?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Warren Hill (warren-hill) said :
#1

You can change ownership of a file with the chown command. But you don't need to own the file to run it you just need execution permission

To change ownership.

The command is (in a terminal)

sudu chown user filename

sudo is required because you may not have the privileges required as its not your file
chown is the command to change owner
filename is the name of the file you want to change

say user sue has a file called sue-file and bob wants to own it the command would be.

sudo chown bob sue-file

Revision history for this message
Warren Hill (warren-hill) said :
#2

Most programs are owned by root. This is not a problem

Can you help with this problem?

Provide an answer of your own, or ask Michael S. Tencate for more information if necessary.

To post a message you must log in.