1 03/11/76 tty 2 3 Function: The tty command lists the current name, current system, user 4 identification, and terminal line numbers in the format shown below: 5 6 7 name=cur_name, system=sys_name, user=Person_id.Project_id, line=ttyN 8 9 10 Syntax: tty 11 12 13 Example: 14 15 ! rename data 16 ready 1001 17 18 19 ! system fortran 20 ready 1001 21 22 23 ! tty 24 name=data, system=fortran, user=Smith.Design, line=tty112 25 ready 1001 26 27 28 ! rename datum.basic 29 system changed to basic 30 ready 1002 31 32 33 ! save 34 ready 1002 35 36 37 ! compile 38 ready 1002 39 40 41 ! tty 42 name=datum, system=basic, user=Smith.Design, line=tty112