/etc/shells
The /etc/shells
file is a list of valid shells on the system. Example from an Ubuntu 12.10 Desktop system:
# /etc/shells: valid login shells
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/screen
Example from a CentOS 6 minimal server:
/bin/sh
/bin/bash
/sbin/nologin
/bin/dash
See Also
Installation of syslog-ng on CentOS 6
- Enable EPEL
- yum install -y syslog-ng
- Configure /etc/syslog-ng/syslog-ng.conf
chkconfig syslog-ng on
chkconfig rsyslog off
service rsyslog stop
service syslog-ng start
nSnake
nSnake is an ncurses-based clone of the classic snake game. It runs on Linux and Windows.
- Project page on SourceForge, GitHub and Google Code.
- Install nSnake Game In Terminal