redhat linux的基本操作

Posted

tags:

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


################虚拟机基本操作##########################


[[email protected] Desktop]$ rht-vmctl start desktop   ####开启desktop虚拟机        

####操作命令(主机名+virtual machine control)+操作方式+操作对象######
Starting desktop.
[[email protected] Desktop]$ rht-vmctl view desktop     ####显示开启的虚拟机desktop
[[email protected] Desktop]$ rht-vmctl reset desktop      ####重置desktop虚拟机
Are you sure you want to reset desktop? (y/n) y     ####确认是否重置desktop虚拟机
Resetting desktop.
Powering off desktop..
Creating virtual machine disk overlay for rh124-desktop-vda
Creating virtual machine disk overlay for rh124-desktop-vdb
Starting desktop.
[[email protected] Desktop]$ rht-vmctl start desktop
Error: desktop not started (is already running)
[[email protected] Desktop]$ rht-vmctl poweroff desktop   ###关闭desktop虚拟机
Powering off desktop..
#####################################end###############################################

[kiosk          @  foundation19      Desktop]         $
  用户名称          主机名称             目录               身份提示符
kiosk    ###使用这台主机的用户名称,(开始bash的用户是谁)
foundation19   ###运行bash的主机名称,(bash运行在哪台主机里)
Desktop     ####在这台主机的那个目录下运行bash,(所在系统目录)
$ 表示运行bash的用户身份是普通用户 提示符    

# 表示运行bash的用户是超级用户提示符  

...     是任意长度
[]     中括号是选加
<>    尖括号是必须要加的


ls  ### list查看
ls                      -l                              /test
命令     (参数) 以什么方式查看        查看哪个目录

passwd student  ###修改student用户密码
passwd  ###为修改用户密码命令
1、密码必须为无序的字母数字组合,且至少为8位,普通用户密码不能和过去的有重复
watch -n 1 passwd -S student  一秒钟监控用户密码信息
passwd  -S  student    ###查看用户密码信息
              -l    #####锁定用户密码   lock
              -u   #####解锁用户的密码unlock
             -e    ######强制使用户密码过期  enforce
             -n   ###### 最小密码有效期minimum
             -x   ######最大用户密码有效期max
            -d  ##### 删除用户密码delete
              -w #### 密码警告期waring
              -i   #### 用户密码非活跃期inactive
#################end#####################
gedit  hello.exe  编辑文件的内容
cat  hello.exe   查看文件的内容
head hello.exe 查看文件内容的前10行
head -n 5 hello.exe 查看文件内容的前5行
tail hello.exe 查看文件内容的后10行
tail -n 5 hello.exe 查看文件内容的后5行
文件的类型由文件的内容决定,文件的后缀是不重要的

file hello.exe####查看hello.exe文件类型

file为查看问价类型命令

################################

1个汉字占3个字节、
每行行末有一个字符(字节),

wc -l test  line统计行数
     -m      统计字符数
      -c   统计字节数
      -w     统计字数
########################################
history  查看输入历史命令
!数字  ####为执行第几行
!字母  ####执行最近以这个字母开始的命令行
ctl+r ####查找有关键字的命令行执行

tab键 ####可以补全历史命令

内核  ###你出门逛街之前要打扮,为什么要打扮,这就是内核,这是你的思想,是控制程序的程序,母程序
OS  ###提供给应用程序运行的环境
unix linux  windows  ####都是指的内核
unix 有ios 、IBM的aix等
linux 有android 、redhat 等    
lib库###是(机器语言语句)简写的集和
cd 切换路径    相对路径###在一个相对的空间目录下中找到的文件
pwd 显示绝对路径   要以根目录开始

本文出自 “12086672” 博客,请务必保留此出处http://12096672.blog.51cto.com/12086672/1855170

以上是关于redhat linux的基本操作的主要内容,如果未能解决你的问题,请参考以下文章

redhat linux 基本操作6

redhat linux 基本操作6

redhat linux基本操作2

redhat linux基本操作2

redhat linux基本操作2

redhat linux 基本操作2