|
发表于 2004-2-23 20:13:41
|
显示全部楼层
这是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
复制代码
请问opaque的意思?
还有nodump和sunlnk OR uunlnk的不同,我不能弄明白dump和unlink这两个单词的区别?请教。。 |
|