summaryrefslogtreecommitdiff
path: root/add-shell.8
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2020-08-19 15:12:19 +0200
committerClint Adams <clint@debian.org>2020-08-19 15:12:19 +0200
commit5344719e01dc283a210299018ca33c005e5dbf45 (patch)
tree766f5d2744b4c51a7b27fa684fe68b46f3691b89 /add-shell.8
debianutils (4.11.1) unstable; urgency=medium
* Mark smoke autopkgtest as superficial * run-parts: print version output to stdout instead of stderr. closes: #961872. [dgit import package debianutils 4.11.1]
Diffstat (limited to 'add-shell.8')
-rw-r--r--add-shell.821
1 files changed, 21 insertions, 0 deletions
diff --git a/add-shell.8 b/add-shell.8
new file mode 100644
index 0000000..c6235ea
--- /dev/null
+++ b/add-shell.8
@@ -0,0 +1,21 @@
+.TH ADD-SHELL 8 "12 May 2011"
+.SH NAME
+add-shell \- add shells to the list of valid login shells
+.SH SYNOPSIS
+.B add-shell
+.I shellname
+.RI [ shellname ...]
+.SH DESCRIPTION
+.B add-shell
+copies
+.I /etc/shells
+to
+.IR /etc/shells.tmp ,
+adds the given shells to this file
+if they are not already present,
+and copies this temporary file back to
+.IR /etc/shells .
+.sp 1
+The shells must be provided by their full pathnames.
+.SH SEE ALSO
+.BR shells (5)