摘要: 命令行基础 1、什么是命令? (1)Linux命令 用来实现某一类功能的指令或程序 命令的执行依赖于解释器(例如:/bin/bash) [root@xiaoredhat~]# [root@server0~]# hostname server0.example.com [root@server0~]# 阅读全文
posted @ 2019-05-20 15:22 xiaoredhat 阅读(220) 评论(0) 推荐(0) 编辑
摘要: reset还原、poweroff强制断电、start开机 [root@xiaoredhat~]# rht-vmctl reset classroom //先重置资源服务器 [root@xiaoredhat~]# rht-vmctl reset server [root@xiaoredhat~]# r 阅读全文
posted @ 2019-05-20 11:05 xiaoredhat 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 复习串讲 1、Unix诞生的日期? 1970.01.01 2、Linux的组成有哪两部分? 内核+外围程序 3、常见的Linux版本有哪些?(至少两种) Redhat、Ubuntu、centos 4、linux目录结构中“/”与“/dev”主要作用? 用于存放文件、设备文件 /dev (device 阅读全文
posted @ 2019-05-20 09:54 xiaoredhat 阅读(113) 评论(0) 推荐(0) 编辑