Date: Tue, 11 May 1999 15:24:58 -0500 From: "G. Adam Stanislav" <adam@whizkidtech.net> To: freebsd-newbies@freebsd.org Subject: Newbie tip Message-ID: <19990511152458.A299@whizkidtech.net>
next in thread | raw e-mail | index | archive | help
Here's a newbie tip: If you want to log out and want to remove all traces of you, or anyone, having used the console, enter the following at the prompt: % clear;logout It must be done all on one line. The first command "clear" will clear the screen. The ";" tells the shell you have another command coming. The second command "logout" will log you out. The FreeBSD screen will then look as if no one had ever logged in. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990511152458.A299>