发布时间:2014-02-20 16:16:03
In Unix, what startup and termination files do the various shells use?Although not a comprehensive list, the following should provide youwith a basic understanding of what startup and shutdown files thevarious Unix shells use.Note: This information comes from the UnixFAQ, which.........【阅读全文】
发布时间:2014-02-20 16:13:36
Bash Reference Manual6.3.1 What is an Interactive Shell?An interactive shellis one started without non-option arguments, unless -s isspecified, without specifying the -c option, andwhose input and error output are bothconnected to terminals (as determined by isatty(3)),or one started .........【阅读全文】
发布时间:2014-02-20 16:07:20
——(O'Reilly) UNIX Power Tools (3rd Edition)3.4 Login Shells, Interactive ShellsEach Unix shell (sh, csh, etc.) can be in interactive mode or noninteractive mode. A shell also can act as a login shell or a nonlogin shell. A shell is a shell is a shell — e.g., a login bash shell is the sam.........【阅读全文】
发布时间:2014-02-20 15:58:47
——(O'Reilly) UNIX Power Tools (3rd Edition)To understand setup files, you need to understand that a shell can act like a login shell or a nonlogin shell (Section 3.4). There are different setup files for nonlogin and login shells.When you log in to a Unix system — but not under a win.........【阅读全文】
发布时间:2014-02-20 13:05:42
在Unix系统用户登录、操作命令日志配置方法-引言一文中,已经格式化了登录日志,如下:bashuser: class="HOST_LOGIN" type="2" time="2011-06-29 10:44:03" src_ip="192.168.14.83" dst_ip="192.168.99.243" primary_user="" secondary_user="bashuser" operation="" content="login successful" authen_status=".........【阅读全文】