-rw-r--r-- 1 root root 18452 Sep 28 00:38 avatar.flv.meta
-rw-r--r-- 1 deathas deathas 107265433 Sep 16 06:43 flv105HD.flv

i installed red 5 and i want to test a flv file but it wont start... So i guessed it would be due to the user deathas instead of root (permission issue)... how can i change this? thank you

For User:
chown username filename
chown username directoryname

Recursively:
chown -R username directoryname

For Group:
chgrp groupname filename
chgrp groupname directoryname

Recursively:
chgrp -R groupname directoryname

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.