|
发表于 2004-1-26 21:10:51
|
显示全部楼层
最初由 再吻我吧 发表
我重装了。我按空格后输入什么也不启动。
用chflags可以恢复内核,不过好像在开始的时候不能使用这个命令。
chflags 有这样的功能?不知道哦。。
- arch set the archived flag (super-user only)
- opaque set the opaque flag (owner or super-user only)
- nodump set the nodump flag (owner or super-user only)
- sappnd set the system append-only flag (super-user only)
- schg set the system immutable flag (super-user only)
- sunlnk set the system undeletable flag (super-user only)
- uappnd set the user append-only flag (owner or super-user only)
- uchg set the user immutable flag (owner or super-user only)
- uunlnk set the user undeletable flag (owner or super-user only)
- archived, sappend, schange, simmutable, uappend, uchange,
- uimmutable, sunlink, uunlink
- aliases for the above
- Putting the letters ``no'' before or removing the letters ``no'' from a
- keyword causes the flag to be cleared. For example:
- nouchg clear the user immutable flag (owner or super-user only)
- dump clear the nodump flag (owner or super-user only)
复制代码 |
|