From owner-freebsd-questions Mon Jul 13 09:54:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25681 for freebsd-questions-outgoing; Mon, 13 Jul 1998 09:54:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quartz.nbnet.nb.ca (quartz.nbnet.nb.ca [198.164.200.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25665 for ; Mon, 13 Jul 1998 09:54:24 -0700 (PDT) (envelope-from pwalker@nb.sympatico.ca) Received: from nb.sympatico.ca ([207.179.184.43]) by quartz.nbnet.nb.ca (Post.Office MTA v3.1.2 release (PO203-101c) ID# 607-42492U60000L60000S0) with ESMTP id AAA288 for ; Mon, 13 Jul 1998 13:54:14 -0300 Message-ID: <35AA3B4F.E7343B98@nb.sympatico.ca> Date: Mon, 13 Jul 1998 13:52:31 -0300 From: Patrick Walker X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Ultra-lame questions. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I created a non-root user when I installed FreeBSD. Now, all I get is 'command not found.' I am in the correct dir. I've 'chmod +x " and with root, "chmod 777 " and still nothing. I can't even xinit as a lowly user or run any scripts. Another thing: #include void main(void) { printf("Blah Blah Blah\n"); } I compile something small like this: 'cc -o file file.c'. I don't get an error per say, but nothing shows up on screen... there's no -l ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message