Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux usually use command #6

Open
qiongqiong520 opened this issue Aug 9, 2020 · 0 comments
Open

linux usually use command #6

qiongqiong520 opened this issue Aug 9, 2020 · 0 comments

Comments

@qiongqiong520
Copy link
Owner

1 df -h file/dir
2.ps -elf|grep processname
3.axu
4.Linux查看当前操作系统版本信息 cat /proc/version
5.2.Linux查看版本当前操作系统内核信息 uname -a
3.linux查看版本当前操作系统发行信息 cat /etc/issue 或 cat /etc/centos-release
4.Linux查看cpu相关信息,包括型号、主频、内核信息等 cat /etc/cpuinfo
5.Linux查看版本说明当前CPU运行在32bit模式下(但不代表CPU不支持64bit) getconf LONG_BIT
1.查看系统版本信息的命令 lsb_release -a
2.查看centos版本号 cat /etc/issue
3.使用 file /bin/ls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant