- 1、本文档共3页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
安装完 \o CentOS \t /Linux/2014-11/_blank CentOS 7 minimal后,无力吐槽,变化之大,发现以前常用的一些命令都没有。
一、常用命令安装
查看anaconda-ks.cfg,原来是没装base group的包
?[root@centos7 ~]# cat anaconda-ks.cfg #version=RHEL7# System authorization informationauth --enableshadow --passalgo=sha512# Use CDROM installation mediacdrom# Run the Setup Agent on first bootfirstboot --enableignoredisk --only-use=sda# Keyboard layoutskeyboard --vckeymap=us --xlayouts=us# System languagelang en_US.UTF-8 --addsupport=zh_CN.UTF-8# Network informationnetwork? --bootproto=dhcp --device=en--onboot=off --ipv6=autonetwork? --hostname=localhost.localdomain# Root passwordrootpw --iscrypted $6$Zz5VMf1HPPRm0YRL$QSoaU9pAUApXMj9BXuK5qlUFGAfCv9Y/ylVGUcDYv.lrxfNodTiI/7DO1UR7carvL1EdgwQpuiwDt524f6.GR.# System timezonetimezone Asia/Chongqing --isUtc --nontp# System bootloader configurationbootloader --location=mbr --boot-drive=sdaautopart --type=lvm# Partition clearing informationclearpart --none --initlabel %packages@core? ? ? # 这里只有core%end
[root@centos7 ~]# yum groupinstall base? # 安装完后ifconfig、service、chkconfig等命令就都有了
二、运行级别切换
[root@centos7 ~]# cat /etc/inittab? #? 系统运行级别的设置方式也变化了# inittab is no longer used when using systemd.## ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.## Ctrl-Alt-Delete is handled by /etc/systemd/system/ctrl-alt-del.target## systemd uses targets instead of runlevels. By default, there are two main targets:## multi-user.target: analogous to runlevel 3# graphical.target: analogous to runlevel 5## To set a default target, run:## ln -sf /lib/systemd/system/target name.target /etc/systemd/system/default.target这里写的很明白了,做个软链修改默认运行级别
[root@centos7 system]# ll /lib/systemd/system/runlevel*.target? # 系统0-6 7个运行级别,2 3 4 运行指向同一个文件lrwxrwxrwx 1 root root 15 Oct 11 03:51 /lib/systemd/system/runlevel0.target - poweroff.targetlrwxrwxrwx 1 root root 13 Oct 11 03:51 /lib/systemd/system/runlevel1.target - rescue.targetlrwxrwxrwx 1 root root 17 Oct 11 03:51 /lib
您可能关注的文档
- 单片机快速入门 (2).ppt
- 股票入门基础知识 (3).doc
- 口琴入门教程 (2).doc
- 入门单反相机推荐 (2).doc
- 摄影技术入门 (2).doc
- 摄影入门教程 (2).pdf
- 英语音标入门 (2).doc
- 【智能车新手入门】-如何提高C代码效率.pdf
- 0基础ACM入门姿势推荐.doc
- 10个脍炙人口的理财入门口诀.doc
- 2024年江西省高考政治试卷真题(含答案逐题解析).pdf
- 2025年四川省新高考八省适应性联考模拟演练(二)物理试卷(含答案详解).pdf
- 2025年四川省新高考八省适应性联考模拟演练(二)地理试卷(含答案详解).pdf
- 2024年内蒙通辽市中考化学试卷(含答案逐题解析).docx
- 2024年四川省攀枝花市中考化学试卷真题(含答案详解).docx
- (一模)长春市2025届高三质量监测(一)化学试卷(含答案).pdf
- 2024年安徽省高考政治试卷(含答案逐题解析).pdf
- (一模)长春市2025届高三质量监测(一)生物试卷(含答案).pdf
- 2024年湖南省高考政治试卷真题(含答案逐题解析).docx
- 2024年安徽省高考政治试卷(含答案逐题解析).docx
文档评论(0)