I am in no way a linux guy, but after experimenting with the order of the switch parameters, I finally got it to extract the files. Try putting the x z v f in this order: Code: root tar xzvf /home/user/MyDocs/cag_level_pack.tar.gz Copy the files in /mypack from the root Code: root mkdir /home/opt/rovio/angrybirds/data/levels/pack2 cp mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2 Remove the directory after it's been copied. Code: root rm -r mypack learning as I go!
root tar xzvf /home/user/MyDocs/cag_level_pack.tar.gz
root mkdir /home/opt/rovio/angrybirds/data/levels/pack2 cp mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2
root rm -r mypack