MLDを特定するには
MLD を特定するには、次のような方法があります。
コマンド行から file(1B) コマンドを使います。
trustworthy% file /export/home/roseanne
/export/home/roseanne:multi-level directory
|
コマンド行から mldrealpath(1) コマンドを使います。
trustworthy%mldrealpath /export/home/roseanne
/export/home/.MLD.roseanne
|
getfattrflag(1) コマンドで、-m オプションの後に既存のディレクトリ名を指定します。
$ getfattrflag -m /tmp
/tmp: is a multilevel directory
|