LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 3384|回复: 13

chflags使用

[复制链接]
发表于 2004-2-22 22:05:41 | 显示全部楼层 |阅读模式
又 安装了  linux
要编辑启动器,,
是unix得那个文件呢?
发表于 2004-2-22 22:18:25 | 显示全部楼层
可以cd /usr/ports
make search name=<key>寻找。。
发表于 2004-2-22 22:19:15 | 显示全部楼层
/boot下的配置文件!
 楼主| 发表于 2004-2-23 17:18:13 | 显示全部楼层
斑竹说的 /boot 下的文件 。我进去看了一下  好像没有可以编辑的啊
发表于 2004-2-23 17:22:36 | 显示全部楼层
似乎编辑不了。。。
我以前也想编辑一下启动时间。
可是根本找不到。。。
发表于 2004-2-23 18:19:31 | 显示全部楼层
最初由 拒绝正版 发表
似乎编辑不了。。。
我以前也想编辑一下启动时间。
可是根本找不到。。。

看/etc/defaults/loader.conf里autoboot_delay="10"
把这项加到/boot/loader.conf,10就是你要设置的秒数,记住把前面的#号去掉哦!
这是FreeBSD4.8的做法,要灵活运用。。
发表于 2004-2-23 18:37:13 | 显示全部楼层
cd /boot
ls
启动配置文件是loader.conf
如果root不能更改文件, 可以使用chflags将文件属性改变再更改!

chflags noschg  somefile
设置为不可改变文件!
chflags schg somefile
去除不可改变位的设置!
发表于 2004-2-23 20:13:41 | 显示全部楼层
这是chflags 参数。

  1.            arch    set the archived flag (super-user only)
  2.            opaque  set the opaque flag (owner or super-user only)
  3.            nodump  set the nodump flag (owner or super-user only)
  4.            sappnd  set the system append-only flag (super-user only)
  5.            schg    set the system immutable flag (super-user only)
  6.            sunlnk  set the system undeletable flag (super-user only)
  7.            uappnd  set the user append-only flag (owner or super-user only)
  8.            uchg    set the user immutable flag (owner or super-user only)
  9.            uunlnk  set the user undeletable flag (owner or super-user only)
  10.            archived, sappend, schange, simmutable, uappend, uchange,
  11.                    uimmutable, sunlink, uunlink
  12.                    aliases for the above
复制代码

请问opaque的意思?
还有nodump和sunlnk OR uunlnk的不同,我不能弄明白dump和unlink这两个单词的区别?请教。。
发表于 2004-2-23 22:04:46 | 显示全部楼层
opaque 可能是不显示出来的意思!

别的明天我再查查看!
发表于 2004-2-23 22:21:34 | 显示全部楼层
谢谢,opaque的意思估计是连ROOT都不能看到的隐藏吧?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表