View Single Post
Old 10-19-2006, 08:10 PM   #12
Mike Kostousov
Connoisseur
Mike Kostousov has learned how to read e-booksMike Kostousov has learned how to read e-booksMike Kostousov has learned how to read e-booksMike Kostousov has learned how to read e-booksMike Kostousov has learned how to read e-booksMike Kostousov has learned how to read e-booksMike Kostousov has learned how to read e-books
 
Posts: 50
Karma: 861
Join Date: Aug 2006
Device: Zaurus C1000/iLiad/SE K750i
uupi!!! It works!
Code:
`/bin/sh /opt/content/books/a.sh`
There is "a.sh"
Code:
#!/bin/sh

/bin/ps aux > /opt/content/books/ps-aux-out.txt
/bin/uname -a > /opt/content/books/uname-a.txt
/bin/cat /proc/cpuinfo > /opt/content/books/cpuinfo.txt
/bin/mount > /opt/content/books/mount.txt
/bin/dmesg > /opt/content/books/dmesg.txt
/bin/ls /boot > /opt/content/books/ls-boot.txt
But, if you want to try by yourself, you are doing it by you own risk! Be careful!

It is really big hole. Now, I will try to compile somthing for iLiad (my be cross-compiler for zaurus will succseed). BTW, I think, it is the most careful way is to mount MMC with ext2, and try to do everything there..
Attached Files
File Type: txt cpuinfo.txt (510 Bytes, 509 views)
File Type: txt dmesg.txt (7.1 KB, 561 views)
File Type: txt mount.txt (437 Bytes, 511 views)
File Type: txt ps-aux-out.txt (2.1 KB, 496 views)
File Type: txt uname-a.txt (90 Bytes, 521 views)
Mike Kostousov is offline   Reply With Quote