12 2018 档案

Linux小技巧
摘要:1、虚拟机安装教程https://blog.csdn.net/qauchangqingwei/article/details/80858334 2、利用VMware tools实现主机与虚拟机之间的文件共享 方法一: 1)安装VMtool ,弹出镜像 2)点击虚拟机–安装vmtools 3)回到ub 阅读全文

posted @ 2018-12-31 14:42 hdc520 阅读(237) 评论(0) 推荐(0) 编辑

shell编程之基础知识1
摘要:1、shell脚本的基本格式 #!bin/bash ->看到这个就是shell脚本 #filename:test.sh ->脚本名称 #auto echo hello world ->此脚本实现的功能,这里指的是输出hello world #by authors ->作者 2、shell脚本的三种执 阅读全文

posted @ 2018-12-29 17:27 hdc520 阅读(165) 评论(0) 推荐(0) 编辑

导航