From owner-svn-doc-all@freebsd.org Thu Aug 16 16:43:19 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DCE9106DC98; Thu, 16 Aug 2018 16:43:19 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D91648C98B; Thu, 16 Aug 2018 16:43:18 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA1251C12B; Thu, 16 Aug 2018 16:43:18 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7GGhIVA088175; Thu, 16 Aug 2018 16:43:18 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GGhIPE088174; Thu, 16 Aug 2018 16:43:18 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201808161643.w7GGhIPE088174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Thu, 16 Aug 2018 16:43:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52142 - head/en_US.ISO8859-1/articles/linux-users X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/linux-users X-SVN-Commit-Revision: 52142 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 16:43:19 -0000 Author: bcr Date: Thu Aug 16 16:43:18 2018 New Revision: 52142 URL: https://svnweb.freebsd.org/changeset/doc/52142 Log: Cleanup overlong lines in this file. Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/linux-users/article.xml Thu Aug 16 15:59:00 2018 (r52141) +++ head/en_US.ISO8859-1/articles/linux-users/article.xml Thu Aug 16 16:43:18 2018 (r52142) @@ -1,8 +1,9 @@ -
- +
FreeBSD Quickstart Guide for &linux; Users @@ -55,24 +56,25 @@ &linux; users are often surprised to find that Bash is not the default shell in &os;. In fact, Bash is not included - in the default installation. Instead, &os; uses &man.tcsh.1; - as the default root shell, and the Bourne - shell-compatible &man.sh.1; as the default user - shell. &man.sh.1; is very similar to Bash - but with a much smaller feature-set. Generally shell scripts - written for &man.sh.1; will run in Bash, - but the reverse is not always true. + in the default installation. Instead, &os; uses &man.tcsh.1; as + the default root shell, and the Bourne + shell-compatible &man.sh.1; as the default user + shell. &man.sh.1; is very similar to + Bash but with a much smaller + feature-set. Generally shell scripts written for &man.sh.1; + will run in Bash, but the reverse is + not always true. However, Bash and other shells are available for installation using the &os; Packages - and Ports Collection. + xlink:href="&url.base;/doc/en_US.ISO8859-1/books/handbook/ports.html">Packages + and Ports Collection. - After installing another shell, use &man.chsh.1; to change - a user's default shell. It is recommended that the - root user's default - shell remain unchanged since shells which are not included in - the base distribution are installed to + After installing another shell, use &man.chsh.1; to change a + user's default shell. It is recommended that the root user's default shell remain + unchanged since shells which are not included in the base + distribution are installed to /usr/local/bin. In the event of a problem, the file system where /usr/local/bin is located may not be mounted. In this case, Some common command equivalents are as follows: - - + @@ -447,16 +448,22 @@ net.inet.ip.forwarding: 0 - yum install package / - apt-get install package - pkg install package + yum install + package / + apt-get install + package + pkg install + package Install package from remote repository - rpm -ivh package - / dpkg -i package - pkg add package + rpm -ivh + package / + dpkg -i + package + pkg add + package Install local package