首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >打开.bsm文件

打开.bsm文件
EN

Stack Overflow用户
提问于 2011-08-01 23:57:37
回答 1查看 723关注 0票数 3

我正在尝试读取pascal.bsm文件的内容。我主要感兴趣的是文件中包含的系统调用。我不知道如何打开和读取文件。我尝试读取的文件是here,它是由solaris系统生成的文件,其中包含不易读取的审计数据。我该怎么办?谢谢。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-08-05 06:29:54

只需在Solaris上使用praudit

代码语言:javascript
复制
$ praudit pascal.bsm
file,1999-03-01 13:31:59.731 +01:00,
header,36,2,system booted,na,1999-03-01 13:31:32.219 +01:00
text,booting kernel
header,126,2,open(2) - read,,1999-03-01 13:32:19.241 +01:00
path,/etc/security/audit_control
attribute,100664,root,other,8388608,62781,0
subject,root,root,other,root,other,257,257,0 0 172.16.112.50
return,success,4
trailer,126
header,150,2,ioctl(2),fe,1999-03-01 13:32:19.241 +01:00
path,/etc/security/audit_control
attribute,100664,root,other,8388608,62781,0
argument,2,0x5401,cmd
argument,3,0xefffed7c,arg
subject,root,root,other,root,other,257,257,0 0 172.16.112.50
return,failure: Inappropriate ioctl for device,-1
trailer,150
header,137,2,close(2),,1999-03-01 13:32:19.241 +01:00
argument,1,0x4,fd
path,/etc/security/audit_control
...
票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6901082

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档