Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. liranuna@monster:~/maemo$ qemu-arm -L . ./bin/sh
  2. sh-2.05b$ ls
  3. a.out boot dev floppy home lib mnt opt root srv tmp var
  4. bin cdrom etc hello.c initrd media mytest.sh proc sbin sys usr
  5. sh-2.05b$ ./mytest.sh
  6. test
  7. sh-2.05b$ ./a.out
  8. sh: ./a.out: cannot execute binary file
  9. sh-2.05b$ cay ./mytest.sh
  10. sh: cay: command not found
  11. sh-2.05b$ cat ./mytest.sh
  12. echo test
  13. sh-2.05b$
Add Comment
Please, Sign In to add comment