
centos
dingpython
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux系统操作3文件查看
[root@VM-0-12-centos network-scripts]# pwd /etc/sysconfig/network-scripts [root@VM-0-12-centos network-scripts]# [root@VM-0-12-centos network-scripts]# nl ifcfg-eth0 1 # Created by cloud-init on instance boot automatically, do not edit. 2 #原创 2021-08-16 08:08:59 · 111 阅读 · 0 评论 -
Linux基本操作2
[root@VM-0-12-centos /]# cd ./ 当前目录下 [root@VM-0-12-centos ~]# mkdir -p test1/test2/test3/test4 [root@VM-0-12-centos ~]# ls test1 [root@VM-0-12-centos ~]# ls ttt.tt [root@VM-0-12-centos ~]# mv ttt.tt ddd.tt [root@VM-0-12-centos ~]# ls ddd.tt [root原创 2021-08-14 09:28:21 · 95 阅读 · 0 评论 -
linux基本操作1
翻译 2021-08-13 18:08:35 · 94 阅读 · 0 评论