新手学堂:Linux操作系统Shell基础知识
2008-03-19 11:54:50 来源:WEB开发网核心提示:1 cat /etc/shells 查看计算机上可用的shell 2 编写shell,保存为firstscript #! /bin/bash# This is a test.echo -n Your current directory is:pwdecho $HOMEecho Your current director
1 cat /etc/shells
查看计算机上可用的shell
2 编写shell,保存为firstscript
3 运行firstscript
$ /bin/bash firstscript
如果找不到文件 使用pwd查看当前目录
$ /bin/bash pwd/firstscript
可见当前运行结果。
4 可以修改firstscript为执行
$chmod a+x firstscript
此时输入$ ./firstscript即可
上面的shell没有交换,我们可以进行交互,如下:
同前面的运行,自己测试。 |
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
- ››Linux远程访问windows时,出现"连接被对端重...
- ››linux中使用head命令和tail命令查看文件中的指定行...
- ››linux swap 分区调控(swap分区 lvm管理)
更多精彩
赞助商链接