aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/linux-users
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-02-23 09:58:01 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-02-23 09:58:01 +0000
commit41633dfa07330764912fc949e1929d857d824029 (patch)
tree342a80b7261e8af9ced1fd3f08a2d47f6cc8661b /documentation/content/en/articles/linux-users
parentbe80adac85930c3a650a1864615e92c69d2d7565 (diff)
Diffstat (limited to 'documentation/content/en/articles/linux-users')
-rw-r--r--documentation/content/en/articles/linux-users/_index.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/content/en/articles/linux-users/_index.adoc b/documentation/content/en/articles/linux-users/_index.adoc
index 9db8a0eeea..067cd8a241 100644
--- a/documentation/content/en/articles/linux-users/_index.adoc
+++ b/documentation/content/en/articles/linux-users/_index.adoc
@@ -61,7 +61,8 @@ Refer to the extref:{handbook}[Installing FreeBSD, bsdinstall] chapter of the Fr
Linux(R) users are often surprised to find that Bash is not the default shell in FreeBSD.
In fact, Bash is not included in the default installation.
-Instead, FreeBSD uses man:tcsh[1] as the default root shell, and the Bourne shell-compatible man:sh[1] as the default user shell.
+Instead, the Bourne shell-compatible man:sh[1] as the default user shell.
+The root shell is man:tcsh[1] by default on FreeBSD 13 and earlier and man:sh[1] on FreeBSD 14 and later.
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.