Xref: utzoo comp.sys.att:5021 comp.unix.questions:10827 Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!bbn!oberon!sm.unisys.com!ucla-cs!michael From: michael@maui.cs.ucla.edu Newsgroups: comp.sys.att,comp.unix.questions Subject: Help opening a terminal Message-ID: <19192@shemp.CS.UCLA.EDU> Date: 27 Dec 88 03:22:46 GMT Sender: news@CS.UCLA.EDU Reply-To: michael@CS.UCLA.EDU () Organization: UCLA Computer Science Department Lines: 15 I am having trouble opening a terminal (machine: 3b1, os: S5 R2, version 3.51a). I cannot get this to work extern int errno; main() { int fd; fd = open ("/dev/tty000", 2); perror(); printf ("%d %d\n", fd, errno); } The result of this is error 19, no such device. My system has /dev/tty000 as major #0, minor #0. Michael