Ubuntu Skills&Memo
版本:Ubuntu8.041. 终端(shell,bash)配置文件:
个人配置文件:/.bash
全局配置文件:/etc/bash.bashrc
2. hostname配置文件:
/etc/hostname
3.通过apt-get install命令安装的软件下载目录为:
/var/cache/apt/archives
4. 终端颜色修改:
修改终端配置文件~/.bashrc
在下面的片段中修改:
<div class="quote_div">if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033\u@\h\[\033:\[\033\w\[\033\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
页:
[1]