2012年8月22日

Linux常用几种shell

摘要: #!/usr/bin/sh 或 #!/bin/sh Bourne shell #!/usr/bin/ksh 或 #!/bin/ksh Korn Shell #!/usr/bin/csh 或 #!/bin/csh C shell #!/usr/bin/bash 或 #!/bin/bash Bourne-Again shell Linux系统提供多种不同的Shell以供选择。常用的有Bourne Shell(简称sh)、C-Shelll(简称csh)、Korn Shell(简称ksh)和Bourne Again Shell (简称bash)。 阅读全文

posted @ 2012-08-22 11:16 星际浪子 阅读(1417) 评论(0) 推荐(0) 编辑

导航