标签:/tmp 时间 active abc inter rac 保留 时间戳 linux文件
目录:
mkdir:mkdir -p /tmp/m/n/x
mkdir /tmp/a/b -pv显示创建过程
例一:mkdir /tmp/p/a/b
mkdir /tmp/q/a/b
--即为:mkdir /tmp/{p,q}/a/b
例二:/tmp/p/a/b
/tmp/q/a
mkidr /tmp/{p/a/b,q/a}
bashL{},展开
mkdir /tmp/{p,q}
rmdir:remove,删除空目录
/tmp/m/n
rmdir -p /tmp/m/n/p/q
文件:
cp
mv
rm
touch
stat
cp a b c d
cp /tmp/passwd /tmp/abc
-R -r:递归复制目录
-i,interactive 交互式提醒
-p:保留原有权限,属主和时间戳
-a:idr --preserve=all
标签:/tmp 时间 active abc inter rac 保留 时间戳 linux文件
原文地址:http://www.cnblogs.com/mncasey/p/7757965.html