View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#98
Originally Posted by bman View Post

Code:
angry birds backup 

They are located in /var/opt/rovio/angrybirds/

Just remember that you need to restore the file permissions also correctly after copying the files back, or the game is not able to modify the files anymore.

rw-r--r--
Hello
Please, can you write the full command for changing permission ? I'm a noob...
for example, something like that ?:
Code:
1. cd /var/opt/rovio
2. chown -R user:root angrybirds/
3. chmod -R 644 angrybirds/
or only this:

Code:
1. cd /var/opt/rovio
2. chmod -R 644 angrybirds/
Thanks

Last edited by Schturman; 2010-12-07 at 23:56.