summaryrefslogtreecommitdiff
path: root/lfs-12.0-sysv/chapter09/etcshells.html
diff options
context:
space:
mode:
Diffstat (limited to 'lfs-12.0-sysv/chapter09/etcshells.html')
-rw-r--r--lfs-12.0-sysv/chapter09/etcshells.html111
1 files changed, 0 insertions, 111 deletions
diff --git a/lfs-12.0-sysv/chapter09/etcshells.html b/lfs-12.0-sysv/chapter09/etcshells.html
deleted file mode 100644
index 89c7a43..0000000
--- a/lfs-12.0-sysv/chapter09/etcshells.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
- <title>
- 9.9. Создание файла /etc/shells
- </title>
- <link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.1" />
- <link rel="stylesheet" href="../stylesheets/lfs-print.css" type=
- "text/css" media="print" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- </head>
- <body class="lfs" id="lfs-12.0">
- <div class="navheader">
- <h4>
- Линукс с нуля - Версия 12.0
- </h4>
- <h3>
- Глава 9. Системные настройки
- </h3>
- <ul>
- <li class="prev">
- <a accesskey="p" href="inputrc.html" title=
- "Создание файла /etc/inputrc">Пред.</a>
- <p>
- Создание файла /etc/inputrc
- </p>
- </li>
- <li class="next">
- <a accesskey="n" href="../chapter10/chapter10.html" title=
- "Делаем систему LFS загрузочной">След.</a>
- <p>
- Делаем систему LFS загрузочной
- </p>
- </li>
- <li class="up">
- <a accesskey="u" href="chapter09.html" title=
- "Глава 9. Системные настройки">Наверх</a>
- </li>
- <li class="home">
- <a accesskey="h" href="../index.html" title=
- "Линукс с нуля - Версия 12.0">Начало</a>
- </li>
- </ul>
- </div>
- <div class="sect1" lang="en" xml:lang="en">
- <h1 class="sect1">
- <a id="ch-config-shells" name="ch-config-shells"></a>9.9. Создание
- файла /etc/shells
- </h1>
- <p>
- Файл <code class="filename">shells</code> содержит список оболочек
- входа в систему. Приложения используют этот файл для определения
- корректности оболочки. Для каждой оболочки должна присутствовать одна
- строка, состоящая из пути к файлу оболочки относительно корня
- структуры каталогов (/).
- </p>
- <p>
- Например, <span class="command"><strong>chsh</strong></span>
- обращается к этому файлу, чтобы определить, может ли
- непривилегированный пользователь изменить оболочку входа для своей
- учетной записи. Если имя команды не указано в списке, пользователю
- будет отказано в возможности изменять оболочки.
- </p>
- <p>
- Это обязательное условие для таких приложений, как <span class=
- "application">GDM</span>, которые не заполняют список пользователей,
- если ему не удаётся найти <code class="filename">/etc/shells</code>,
- или демонов FTP, которые традиционно запрещают доступ пользователям с
- оболочками, не включенными в этот файл.
- </p>
- <pre class="root"><kbd class=
- "command">cat &gt; /etc/shells &lt;&lt; "EOF"
-<code class="literal"># Begin /etc/shells
-
-/bin/sh
-/bin/bash
-
-# End /etc/shells</code>
-EOF</kbd></pre>
- </div>
- <div class="navfooter">
- <ul>
- <li class="prev">
- <a accesskey="p" href="inputrc.html" title=
- "Создание файла /etc/inputrc">Пред.</a>
- <p>
- Создание файла /etc/inputrc
- </p>
- </li>
- <li class="next">
- <a accesskey="n" href="../chapter10/chapter10.html" title=
- "Делаем систему LFS загрузочной">След.</a>
- <p>
- Делаем систему LFS загрузочной
- </p>
- </li>
- <li class="up">
- <a accesskey="u" href="chapter09.html" title=
- "Глава 9. Системные настройки">Наверх</a>
- </li>
- <li class="home">
- <a accesskey="h" href="../index.html" title=
- "Линукс с нуля - Версия 12.0">Начало</a>
- </li>
- </ul>
- </div>
- </body>
-</html>