会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
tinyphp
发表是吸收的利器!胡适先生说的
CnBlogs
Home
Contact
Admin
Subscription
2015年12月24日
编写第一个Shell脚本
Linux中有好多中不同的shell,bash是linux默认的shell,免费且容易使用。su切换为root权限1.创建shell脚本touch hello.sh2.编辑:vi hello.sh内容#! /bin/bash#the first programecho "hello world"3....
Read More
posted @ 2015-12-24 11:24 tinyphp
Views(364)
Comments(0)
Diggs(0)
Edit
公告