Linux Bash具体安装步骤及使用介绍

运维 系统运维
Linux Bash程序在程序员的使用中十分重要,尤其是和shell程序的使用中Linux bash程序的调试格外重要。在进行调试的过程中有许多小技术点需要我们注意。

Linux Bash程序在程序员的使用中十分重要,尤其是和shell程序的使用中Linux Bash程序的调试格外重要。在进行调试的过程中有许多小技术点需要我们注意。下面的门就来详细的学习下Linux Bash具体的安装步骤介绍。

1.安装Linux Bash

cd /usr/ports/shells/bash

make install clean

2. 在/bin目录下面做一个符号连接。

ln -s /usr/local/bin/bash /bin/bash

3.加入bash

echo '/bin/bash' >> /etc/shells

4.更改用户shell

chsh -s /bin/bash root

5.配置Linux Bash

vi ~/.profile

alias ls='ls -G' #显示颜色

alias ll='ls -al'

alias rm='rm -i' #确认删除

alias mv='mv -i' #确认移动

6.退出重新登录即生效

【编辑推荐】

  1. 深度浅析种类模式Linux shell编程
  2. 畅谈简介Linux shell内核传递命令
  3. 完全讲解终级Linux shell命令模式
  4. 全面分析讨论Linux Shell编程
  5. 简要介绍Linux shell命令的收集编程语言
     
责任编辑:chenqingxiang 来源: chinaitlab
相关推荐

2009-11-18 18:33:23

Linux PHP5安

2010-01-18 10:07:07

Freebsdbash

2010-06-23 15:41:44

Linux Bash

2010-06-23 15:36:23

Linux Bug B

2010-03-01 16:25:21

Linux openm

2010-03-18 17:57:17

Python安装配置

2010-06-23 16:31:10

Linux Bash

2010-06-23 17:16:33

Linux Bash

2010-06-23 14:37:57

Linux Bash命

2010-02-03 14:57:18

Linux shell

2010-06-23 16:05:36

Linux Bash

2010-06-23 14:45:02

Linux Bash

2023-07-27 17:41:02

BashZshFish

2010-04-08 17:51:05

Oracle表列

2010-06-11 16:19:23

vmware安装ope

2010-06-02 09:01:20

Linux core

2010-06-21 16:57:11

Linux Arch

2009-12-24 16:47:22

Linux安装Perl

2010-06-23 15:55:36

Linux Bash

2010-06-21 17:05:00

Linux Arch
点赞
收藏

51CTO技术栈公众号