💾 Archived View for gmi.noulin.net › man › man5 › shells.5.gmi captured on 2024-03-21 at 17:27:43. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-06-12)

-=-=-=-=-=-=-

SHELLS(5)                                                               Linux Programmer's Manual                                                              SHELLS(5)

NAME
       shells - pathnames of valid login shells

DESCRIPTION
       /etc/shells  is a text file which contains the full pathnames of valid login shells.  This file is consulted by chsh(1) and available to be queried by other pro‐
       grams.

       Be aware that there are programs which consult this file to find out if a user is a normal user; for example, FTP daemons traditionally disallow access to  users
       with shells not included in this file.

FILES
       /etc/shells

EXAMPLES
       /etc/shells may contain the following paths:

           /bin/sh
           /bin/bash
           /bin/csh

SEE ALSO
       chsh(1), getusershell(3), pam_shells(8)

                                                                               2020-06-09                                                                      SHELLS(5)