Impotence
May the source be with u!
Im trying to use netcat to make a binery copy of my laptops hdd (using a LiveCD) so if i :swear: anything up i can just restor it :P
On my desktop i'm using the command: netcat -l -p 1337 > /home/impotence/hash/hash.image
On my laptop im using the command: dd if=/dev/hda | netcat 192.168.1.5 1337
[Hash is my laptops name :P]
When i run the command on my laptop i get the error:-
"bash: ./netcat: Permission denied
1+0 records in
0+0 records out"
I slightly confused as too why, and i am running this as root (its the backtrack LiveCD, i dont really have a choice! :P)
any idears?
On my desktop i'm using the command: netcat -l -p 1337 > /home/impotence/hash/hash.image
On my laptop im using the command: dd if=/dev/hda | netcat 192.168.1.5 1337
[Hash is my laptops name :P]
When i run the command on my laptop i get the error:-
"bash: ./netcat: Permission denied
1+0 records in
0+0 records out"
I slightly confused as too why, and i am running this as root (its the backtrack LiveCD, i dont really have a choice! :P)
any idears?