Solaris
如何在沒有它的 Solaris 上模擬“cp -a”?
如何在
cp -a
不支持該-a
選項的 Solaris 系統上執行?
cp -pPR
如果你有的話。這和
-a
國旗一樣。
cp -a
不完全等同於cp -pPR
。特別是,至少在較新版本的 Solaris中,-a
隱含. (還保留了其他屬性,例如)。--preserve=all``-p``mode,ownership,timestamps``--preserve=all``context,links,xattr
從較新版本的 Solaris 手冊頁:
-a, --archive same as -dR --preserve=all