diff --git a/en_US.ISO8859-1/articles/new-users/article.xml b/en_US.ISO8859-1/articles/new-users/article.xml index c98bf7b292..bfa4104031 100644 --- a/en_US.ISO8859-1/articles/new-users/article.xml +++ b/en_US.ISO8859-1/articles/new-users/article.xml @@ -764,34 +764,17 @@ Then go back to /usr/local/kermit, find the directory with Makefile, and type make all install. - - The other thing that happens when installing ports or - packages is that some other program is needed. - - Once it is installed type rehash to make - FreeBSD reread the files in the path so it knows what is there. - (If you get a lot of path not found - messages when you use whereis or which, you - might want to make additions to the list of directories in the - path statement in .cshrc in your home - directory. The path statement in &unix; does the same kind of - work it does in DOS, except the current directory is not (by - default) in the path for security reasons; if the command you - want is in the directory you are in, you need to type - ./ before the command to make it work; no - space after the slash.) Your Working Environment Your shell is the most important part of your working - environment. In DOS, the usual shell is command.com. The shell + environment. The shell is what interprets the commands you type on the command line, and thus communicates with the rest of the operating system. - You can also write shell scripts, which are like DOS batch - files: a series of commands to be run without your - intervention. + You can also write shell scripts a series of commands to be run + without intervention. Two shells come installed with FreeBSD: csh and sh. @@ -815,17 +798,7 @@ Install the shell as a port or a package, just as you - would any other port or package. Use - rehash and which tcsh - (assuming you are installing tcsh) to make - sure it got installed. - - - - As root, edit /etc/shells, adding a - line in the file for the new shell, in this case - /usr/local/bin/tcsh, and save the file. - (Some ports may do this for you.) + would any other port or package.