1.显示当前得时间和日期 system time [root@localhost ~]# date 2017年 06月 11日 星期日 01:17:55 CST hardware time [root ...
例题 : 在root下创建空文件 .txt cd touch .txt 在root下创建文件file file cd mkdir file cd file mkdir file 将 .txt复制到file file 下,并重命名为 .txt cd cp .txt root file file .txt 将 .txt移动到file 下 cd mv .txt root file 分别查看file 和f ...
2019-11-17 20:14 0 321 推荐指数:
1.显示当前得时间和日期 system time [root@localhost ~]# date 2017年 06月 11日 星期日 01:17:55 CST hardware time [root ...
Linux常用操作练习 练习一:安装CentOS 1、设置为1G内存(才有图形界面)、10G硬盘 2、分给交换分区2G(4G一下2G,8G-32G分4G-8G) 练习二:安装CentOS迷你版 1、安装 2、设置Linux服务器网卡: 编辑网卡配置项vi /etc ...
linux操作练习题 一、总结 一句话总结: 多练练一下子就会了,很简单的 1、在当前目录下建立文件exam.c,将文件exam.c拷贝到/tmp这个目录下,并改名为 shiyan.c? touch exam.c cp /root/exam.c /tmp/shiyan.c ...
1.https://www.tutorialspoint.com/unix_terminal_online.php 2.从 这里 https://www.tutorialspoint.co ...
1.https://www.tutorialspoint.com/unix_terminal_online.php 2.从 这里 https://www.tutorialspoi ...
://www.tutorialspoint.com/codingground.htm 进入命令界面 ...
Git是一种分布式版本控制系统 基础知识 Git 的三个分区和文件的三种状态 分区 用途 对应的 ...
2、如何通过命令行重启linux操作系统? shutdown -r now |reboot |init 6 3、如何在命令行中快速删除光标前的内容? ctrl + u ctrl + k (删除光标之后的内容) 5、设置/test/a.txt属主有读写执行权限 ...