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
sun_3_160 [2022/05/23 20:41]
smj
sun_3_160 [2022/05/23 20:46]
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. \\ 
 +Connect directly to this machine with **ssh three@tty.livingcomputers.org** \\ 
 +\\
 {{: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 +
- *+
  
- +   ssh three@tty.livingcomputers.org 
-SunOS UNIX (three) +    
- +   SunOS UNIX (three) 
-login: lcm +    
-Password: +   login: lcm 
-Last login: Thu May 12 03:10:50 from tty.livingcomput +   Password: 
-SunOS Release 4.1.1 (UX400S) #1: Sun Sep 4 11:51:28 PDT 2011 +   Last login: Thu May 12 03:10:50 from tty.livingcomput 
-You have mail. +   SunOS Release 4.1.1 (UX400S) #1: Sun Sep 4 11:51:28 PDT 2011 
-$ who -Tu +   You have mail. 
-who: cannot open utmp +   $ who 
-$ who +   lcm      console Apr 25 03:53 
-lcm      console Apr 25 03:53 +   lcm      ttyp0   Apr 25 03:54 
-lcm      ttyp0   Apr 25 03:54 +   lcm      ttyp1   Apr 25 03:54 
-lcm      ttyp1   Apr 25 03:54 +   lcm      ttyp2   Apr 25 03:54 
-lcm      ttyp2   Apr 25 03:54 +   lcm      ttyp3   May 12 04:42   (tty.livingcomput) 
-lcm      ttyp3   May 12 04:42   (tty.livingcomput) +   $ uptime 
-$ uptime +     4:42am  up 21 days, 21:17,  2 users,  load average: 0.16, 0.03, 0.00 
-  4:42am  up 21 days, 21:17,  2 users,  load average: 0.16, 0.03, 0.00 +   $ date 
-$ cc +   Thu May 12 04:42:40 PDT 1994 
-$ cc -v +   $ ls 
-$ cc -V +   core           fib.c          hi             mfact.c        vm_fonts.n0.Z 
-cc: Warning: Option -V passed to ld +   dead.letter    fib2.c         hi.c           mfact.s        wer.sh 
-$ cc --version +   fact           hello          jim            mfact.s.nl 
-cc: Warning: Option --version passed to ld +   fact.c         hello.c        mbox           something.c 
-$ date +   fib            hello.s        mfact          tmp 
-Thu May 12 04:42:40 PDT 1994 +   $ cat hello.c 
-$ lc +   #include <stdio.h> 
-lc: not found +    
-$ ls +   main () { 
-core           fib.c          hi             mfact.c        vm_fonts.n0.Z +           int i, j; 
-dead.letter    fib2.c         hi.c           mfact.s        wer.sh +           j = 0; 
-fact           hello          jim            mfact.s.nl +           for (i = 0; i < 10; i++) { 
-fact.c         hello.c        mbox           something.c +                   j += (5 * i + 2 * i); 
-fib            hello.s        mfact          tmp +                   j >>= 1; 
-$ cat hello.c +                   printf ("i=%d j=%d\n", i, j); 
-#include <stdio.h> +           
- +   
-main () { +   $ cc -o hello hello.c 
-        int i, j; +   $ ./hello 
-        j = 0; +   i=0 j=0 
-        for (i = 0; i < 10; i++) { +   i=1 j=3 
-                j += (5 * i + 2 * i); +   i=2 j=8 
-                j >>= 1; +   i=3 j=14 
-                printf ("i=%d j=%d\n", i, j); +   i=4 j=21 
-        +   i=5 j=28 
-+   i=6 j=35 
-$ cc -o hello hello.c +   i=7 j=42 
-$ ./hello +   i=8 j=49 
-i=0 j=0 +   i=9 j=56 
-i=1 j=3 +   $ games 
-i=2 j=8 +   games: not found 
-i=3 j=14 +   $ ls /usr/games 
-i=4 j=21 +   adventure     boggletool    factor        mille         snake 
-i=5 j=28 +   arithmetic    btlgammon     fish          monop         snscore 
-i=6 j=35 +   backgammon    canfield      fortune       moo           teachgammon 
-i=7 j=42 +   banner        canfieldtool  gammonscore   number        trek 
-i=8 j=49 +   battlestar    cfscores      gammontool    ppt           worm 
-i=9 j=56 +   bcd           chess         hack          primes        worms 
-$ games +   bj            chesstool     hangman       quiz          wump 
-games: not found +   bogdict       ching         hunt          rain 
-$ ls /usr/games +   boggle        craps         lib           random 
-adventure     boggletool    factor        mille         snake +   boggledict    cribbage      life          robots 
-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