Date: Mon, 13 Jul 1998 13:52:31 -0300 From: Patrick Walker <pwalker@nb.sympatico.ca> To: freebsd-questions@FreeBSD.ORG Subject: Ultra-lame questions. Message-ID: <35AA3B4F.E7343B98@nb.sympatico.ca>
next in thread | raw e-mail | index | archive | help
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 <file>" and with root, "chmod 777 <file>"
and still nothing.
I can't even xinit as a lowly user or run any scripts. Another thing:
#include <stdio.h>
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 <library>?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35AA3B4F.E7343B98>
