LINUX C语言开发之2
2008-03-08 12:36:43 来源:WEB开发网核心提示:设置你的Shell 原文:http://www.redhat.com/developer/whitepapers/ intro_dev/shell.Html 作者:Nathan Thomas <nthomas@redhat.com> 翻译:yellowrose <yellowrose@fun.21cn
设置你的Shell
原文:http://www.redhat.com/developer/whitepapers/
intro_dev/shell.Html
作者:Nathan Thomas <nthomas@redhat.com>
翻译:yellowrose <yellowrose@fun.21cn.com>
版权:Red Hat Software,Inc.本文英文版遵循GNU GPL版本2
或更新版本,参见www.gnu.org/copyleft/gpl.html.中文版
为译者所有。
首先,我们需要确定你的shell已经为bash。在命令行敲入:
echo $SHELL
/bin/bash
如屏幕显示与上不同,则使用chsh命令来设置
chsh -s /bin/bash
这会暂时的改变你的shell为bash,假如你想bash作为你的缺省
Shell配置,你需要编辑你的登录脚本(这一问题已超出本文的
讨论范围)。
现在你的shell已经是bash 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管理)
更多精彩
赞助商链接