ssh_to_asus_WL-700gE_debian_2.6.19.2.txt
| 1 | eric@xyzzy:~$ ssh root@192.168.23.9 |
|---|---|
| 2 | Linux asus-debian 2.6.19.2 #3 Fri Apr 27 22:44:55 CEST 2007 mips |
| 3 | |
| 4 | The programs included with the Debian GNU/Linux system are free software; |
| 5 | the exact distribution terms for each program are described in the |
| 6 | individual files in /usr/share/doc/*/copyright. |
| 7 | |
| 8 | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent |
| 9 | permitted by applicable law. |
| 10 | asus-debian:~# uname -a |
| 11 | Linux asus-debian 2.6.19.2 #3 Fri Apr 27 22:44:55 CEST 2007 mips GNU/Linux |
| 12 | asus-debian:~# find /dev/ -name "*da*" |
| 13 | /dev/sda |
| 14 | /dev/sda1 |
| 15 | /dev/sda2 |
| 16 | /dev/sda3 |
| 17 | /dev/sda4 |
| 18 | /dev/sda5 |
| 19 | /dev/sda6 |
| 20 | /dev/sda7 |
| 21 | /dev/sda8 |
| 22 | /dev/sda9 |
| 23 | /dev/sda10 |
| 24 | /dev/sda11 |
| 25 | /dev/sda12 |
| 26 | /dev/sda13 |
| 27 | /dev/sda14 |
| 28 | /dev/sda15 |
| 29 | /dev/mpu401data |
| 30 | asus-debian:~# mount |
| 31 | 192.168.23.3:/tmp/fsanfs on / type nfs (rw) |
| 32 | proc on /proc type proc (rw,noexec,nosuid,nodev) |
| 33 | /sys on /sys type sysfs (rw,noexec,nosuid,nodev) |
| 34 | devshm on /dev/shm type tmpfs (rw) |
| 35 | devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) |
| 36 | none on /tmp type tmpfs (rw) |
| 37 | asus-debian:~# |
| 38 |