文件名称:第一课 RHEL8 LInux基本命令练习
文件大小:820B
文件格式:MD
更新时间:2023-06-18 17:02:49
RHEL8
RHEL8 note # 关机命令 shutdown -h now 立刻马上关机 shutdown -h 60 60分钟后关闭 shutdown -c 取消 # 重启命令 reboot shutdown -r now shutdown -r 30 # 终端演示 shutdown -h 10 shutdown -c shutdown -h # Linux的目录树结构 # 路径表示方法 ZDYS pwd cd /home pwd cd cd - pwd cd . pwd cd ../ pwd ls pwd ls touch file1 ls pwd ls /home/heima/file1 pwd ls file1 ls ./file1 ls /file1 # bashd的语法格式 ZDYS ls /root ls -l /root # 文件类型如何判断