Linux命令练习(一)

贡献者:自然即存在 类别:英文 时间:2024-04-12 18:01:25 收藏数:3 评分:0
返回上页 举报此文章
请选择举报理由:




收藏到我的文章 改错字
pwd
cd /etc/httpd
cd conf
cd ../jerry
ls -la
ls -dh
ls -R
ls --color
ls install.log*
ls -lh install.???
du -sh /home
du -a /root
mkdir newdir
mkdir -p /root/beifen/newdir
touch one.txt
touch two.php three.py
ln /usr/sbin/system-config-network /sbin/netconfig
ln -s /etc/httpd/conf/httpd.conf /etc/httpd.conf
cp old.txt new.txt
cp -r /boot/grub/ /etc/host.conf/public_html/
cp -pf yuan mubiao
cp -ri /jiu/ /xin/
rm -ri public_html/grub/
rm -rf public_html/grub/
mv mkfile public_html/
mv yuanming xinming
find /etc -name "httpd.conf"
find /etc -name "resol*.conf"
find /etc -name "httpd.???"
cat /etc/host.conf
cat /etc/resolv.conf
more /etc/httpd/conf/httpd.conf
less /etc/httpd/conf/httpd.conf
head -5 httpd.conf
tail -3 /var/log/messages
wc /etc/hosts
grep -i "nameserver" httpd.conf
grep -v "^#" httpd.conf
grep "^root" /etc/passwd
gzip -9 temp
bzip2 -9 temp
gzip -d temp.gz
bzip2 -d temp.bz2
tar jcf test.tar.bz2 /etc/httpd/
tar jxf test.tar.bz2 -C /tmp
tar -zcvf test.tar.gz test
tar -zxvf test.tar.gz
tar -zcvf temp.tar.gz temp
tar -zxvf temp.tar.gz
声明:以上文章均为用户自行添加,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。
文章热度:
文章难度:
文章质量:
说明:系统根据文章的热度、难度、质量自动认证,已认证的文章将参与打字排名!

本文打字排名TOP20

登录后可见