赞
踩
cd /
ls . /
cd /tmp #进入目录
mkdir 2025253239#创建目录
cd 2025253239 #进入目录
pwd
mkdir -m 741 test1
cd test1
mkdir -p test2/test3/test4
cd test2
rmdir -p test3/test4
cp /root/.bashrc /tmp/bashrc
cp -i /root/.bashrc /tmp/bashrc
cp -r /etc/ /tmp
touch aaa
ls -l
rm -f aaa
mv /tmp/bashrc /tmp/test1/test2
mkdir -r /tmp/tset1
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。