User Tools

Site Tools


sun_3_160

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
sun_3_160 [2022/05/23 20:41]
smj
sun_3_160 [2022/05/23 20:44]
smj
Line 1: Line 1:
-Sun 3/160+The Sun 3/160 runs a System V UNIX variant known as SunOS 4.1.1.  Guest access is available \\
 {{:sun_3160.jpg?600|}} {{:sun_3160.jpg?600|}}
  
-  ssh three@tty.livingcomputers.org +An example session:
- * +
- * Visit https://wiki.livingcomputers.org for documentation. +
- * +
- * Use ssh three@tty.livingcomputers.org to connect. +
- * +
- * Guest access is available: +
- * +
- * login 'lcm', password 'lcm' +
- * logout by pressing 'CTRL-D' +
- * +
- * CTRL-] quit to return to the menu +
- *+
  
- +   SunOS UNIX (three) 
-SunOS UNIX (three) +    
- +   login: lcm 
-login: lcm +   Password: 
-Password: +   Last login: Thu May 12 03:10:50 from tty.livingcomput 
-Last login: Thu May 12 03:10:50 from tty.livingcomput +   SunOS Release 4.1.1 (UX400S) #1: Sun Sep 4 11:51:28 PDT 2011 
-SunOS Release 4.1.1 (UX400S) #1: Sun Sep 4 11:51:28 PDT 2011 +   You have mail. 
-You have mail. +   $ who 
-$ who -Tu +   lcm      console Apr 25 03:53 
-who: cannot open utmp +   lcm      ttyp0   Apr 25 03:54 
-$ who +   lcm      ttyp1   Apr 25 03:54 
-lcm      console Apr 25 03:53 +   lcm      ttyp2   Apr 25 03:54 
-lcm      ttyp0   Apr 25 03:54 +   lcm      ttyp3   May 12 04:42   (tty.livingcomput) 
-lcm      ttyp1   Apr 25 03:54 +   $ uptime 
-lcm      ttyp2   Apr 25 03:54 +     4:42am  up 21 days, 21:17,  2 users,  load average: 0.16, 0.03, 0.00 
-lcm      ttyp3   May 12 04:42   (tty.livingcomput) +   $ date 
-$ uptime +   Thu May 12 04:42:40 PDT 1994 
-  4:42am  up 21 days, 21:17,  2 users,  load average: 0.16, 0.03, 0.00 +   $ ls 
-$ cc +   core           fib.c          hi             mfact.c        vm_fonts.n0.Z 
-$ cc -v +   dead.letter    fib2.c         hi.c           mfact.s        wer.sh 
-$ cc -V +   fact           hello          jim            mfact.s.nl 
-cc: Warning: Option -V passed to ld +   fact.c         hello.c        mbox           something.c 
-$ cc --version +   fib            hello.s        mfact          tmp 
-cc: Warning: Option --version passed to ld +   $ cat hello.c 
-$ date +   #include <stdio.h> 
-Thu May 12 04:42:40 PDT 1994 +    
-$ lc +   main () { 
-lc: not found +           int i, j; 
-$ ls +           j = 0; 
-core           fib.c          hi             mfact.c        vm_fonts.n0.Z +           for (i = 0; i < 10; i++) { 
-dead.letter    fib2.c         hi.c           mfact.s        wer.sh +                   j += (5 * i + 2 * i); 
-fact           hello          jim            mfact.s.nl +                   j >>= 1; 
-fact.c         hello.c        mbox           something.c +                   printf ("i=%d j=%d\n", i, j); 
-fib            hello.s        mfact          tmp +           
-$ cat hello.c +   
-#include <stdio.h> +   $ cc -o hello hello.c 
- +   $ ./hello 
-main () { +   i=0 j=0 
-        int i, j; +   i=1 j=3 
-        j = 0; +   i=2 j=8 
-        for (i = 0; i < 10; i++) { +   i=3 j=14 
-                j += (5 * i + 2 * i); +   i=4 j=21 
-                j >>= 1; +   i=5 j=28 
-                printf ("i=%d j=%d\n", i, j); +   i=6 j=35 
-        +   i=7 j=42 
-+   i=8 j=49 
-$ cc -o hello hello.c +   i=9 j=56 
-$ ./hello +   $ games 
-i=0 j=0 +   games: not found 
-i=1 j=3 +   $ ls /usr/games 
-i=2 j=8 +   adventure     boggletool    factor        mille         snake 
-i=3 j=14 +   arithmetic    btlgammon     fish          monop         snscore 
-i=4 j=21 +   backgammon    canfield      fortune       moo           teachgammon 
-i=5 j=28 +   banner        canfieldtool  gammonscore   number        trek 
-i=6 j=35 +   battlestar    cfscores      gammontool    ppt           worm 
-i=7 j=42 +   bcd           chess         hack          primes        worms 
-i=8 j=49 +   bj            chesstool     hangman       quiz          wump 
-i=9 j=56 +   bogdict       ching         hunt          rain 
-$ games +   boggle        craps         lib           random 
-games: not found +   boggledict    cribbage      life          robots 
-$ ls /usr/games +   $
-adventure     boggletool    factor        mille         snake +
-arithmetic    btlgammon     fish          monop         snscore +
-backgammon    canfield      fortune       moo           teachgammon +
-banner        canfieldtool  gammonscore   number        trek +
-battlestar    cfscores      gammontool    ppt           worm +
-bcd           chess         hack          primes        worms +
-bj            chesstool     hangman       quiz          wump +
-bogdict       ching         hunt          rain +
-boggle        craps         lib           random +
-boggledict    cribbage      life          robots +
-$+
  
sun_3_160.txt · Last modified: 2022/05/23 20:46 by smj