centos常用命令

Posted heqiuyong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos常用命令相关的知识,希望对你有一定的参考价值。

ls -l(ll)
ls -a
ls -h

cd ~
cd -
cd ..

mkdir aa
mkdir -p aa/bb/cc

pwd

cat
less -mN
tail -3

vi
:wq!

cp aa /bb
cp -r /aa /bb

mv aa bb/cc
mv aa bb
mv -f aa bb/aa


rm -rf /*
rm -rf *

tar -zcvf xxx.tar.gz *
tar -zxvf xxx.tar.gz -C /aa

find /root -name heqiuyong

ps -ef
kill -9 pid

ps -ef | grep -i vim

ln -s /aa bb

chmod 777 aa

r:4 w:2 x:1

chmod 777 -R /bb


查看内核版本
cat /proc/version


查看发行版本
cat /etc/centos-release

查看位数
getconf LONG_BIT

reboot
poweroff
halt























以上是关于centos常用命令的主要内容,如果未能解决你的问题,请参考以下文章

CentOS常用命令手册

CentOS常用命令汇总

CentOS 7 常用命令大全

CentOS 7 常用命令大全

2020-04-08Centos 7中常用命令

CentOS7 常用命令集合