由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Unix下是否有记录所有用户command history的工具?
相关主题
UNIX dummy Questions?求助
双面打印我的alia放在script里为什么不工作?
英雄,救命啊!!!AIX shell configuration
如何当好UNIX sysadmin一个unix .cshrc的wenti
再次急问: *.tgz 文件怎么解?how to let a command set in .cshrc run?
How to find a file in the deep children directory?how to change the log in shell?
C++5.0的初级问题Re: 怎么在UNIX下面放CD?
HELP!! (CXTERM)books about advanced UNIX command
相关话题的讨论汇总
话题: user话题: commands话题: history话题: log话题: unix
进入Unix版参与讨论
1 (共1页)
z*q
发帖数: 6
1
There are usually history files under a user's home directory. But is there
away to log all user's commands reliably? That is, a user can't delete the
log, and the sysadmin can view all the commands executed by a user.
l*l
发帖数: 225
2
lastcomm

【在 z*q 的大作中提到】
: There are usually history files under a user's home directory. But is there
: away to log all user's commands reliably? That is, a user can't delete the
: log, and the sysadmin can view all the commands executed by a user.

m******r
发帖数: 4351
3
type 'script' command
or in csh/bcsh, you can add 'set history=1000' in .cshrc file.

【在 z*q 的大作中提到】
: There are usually history files under a user's home directory. But is there
: away to log all user's commands reliably? That is, a user can't delete the
: log, and the sysadmin can view all the commands executed by a user.

1 (共1页)
进入Unix版参与讨论
相关主题
books about advanced UNIX command再次急问: *.tgz 文件怎么解?
在unix下怎么听CD亚How to find a file in the deep children directory?
[转载] how to see which port in use?C++5.0的初级问题
How to remove a line from a file?HELP!! (CXTERM)
UNIX dummy Questions?求助
双面打印我的alia放在script里为什么不工作?
英雄,救命啊!!!AIX shell configuration
如何当好UNIX sysadmin一个unix .cshrc的wenti
相关话题的讨论汇总
话题: user话题: commands话题: history话题: log话题: unix