- 87 名前:42 part2 mailto:sage [2007/10/19(金) 09:38:10 ]
- [xxxxxxx@u5s]$ df -k
Filesystem 1K-blocks Used Avail %Cap Mounted on /dev/wd0a 2016412 27326 1888266 1% / /dev/wd0d 2484108 3818 2356086 0% /var /dev/wd0g 3379622 251308 2959334 7% /usr /dev/wd0e 370441912 210885976 141033842 59% /home kernfs 1 1 0 100% /kern ptyfs 1 1 0 100% /dev/pts 3. Try making hello world [xxxxxxx@u5s]$ cd ~/work [xxxxxxx@u5s]$ cat > hello.c [xxxxxxx@u5s]$ gcc -Wall -o hello hello.c [xxxxxxx@u5s]$ ./hello Hello, World! [xxxxxxx@u5s]$ file hello hello: ELF 64-bit MSB executable, SPARC V9, version 1 (SYSV), for NetBSD 4.99.33, dynamically linked (uses shared libs), not stripped
|

|