当前位置:  技术问答>linux和unix

求 /etc/bash.bashrc 源码, 在线等, 急

    来源: 互联网  发布时间:2016-12-12

    本文导语:  Hi, 大家 小弟不小心把它 rm 了,  求马, 在线等。 谢谢 | debian系的 # System-wide .bashrc file for interactive bash(1) shells. # To enable the settings / commands in this file for login shells as well,...

Hi, 大家

小弟不小心把它 rm 了, 
求马, 在线等。

谢谢

|
debian系的

# System-wide .bashrc file for interactive bash(1) shells.

# To enable the settings / commands in this file for login shells as well,
# this file has to be sourced in /etc/profile.

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, overwrite the one in /etc/profile)
PS1='${debian_chroot:+($debian_chroot)}u@h:w$ '

# Commented out, don't overwrite xterm -T "title" -n "icontitle" by default.
# If this is an xterm set the title to user@host:dir
#case "$TERM" in
#xterm*|rxvt*)
#    PROMPT_COMMAND='echo -ne "33]0;${USER}@${HOSTNAME}: ${PWD}07"'
#    ;;
#*)
#    ;;
#esac

# enable bash completion in interactive shells
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
#    . /etc/bash_completion
#fi

# sudo hint
if [ ! -e "$HOME/.sudo_as_admin_successful" ]; then
    case " $(groups) " in * admin *)
    if [ -x /usr/bin/sudo ]; then
cat 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请问/etc/init.d和/etc/rc.d/init.d的区别?
  • /etc/rc.d/init.d和/etc/init.d有联系?区别?
  • 关于/etc下文件与/etc/rc.d下的文件
  • lilo的问题,装上后/etc下没有lilo.conf,我在机子上找子个,放有/etc下,修改部分参数,运行lilo,提示错误!
  • 我在/etc/profile文件后面加上一段内容后,系统不能正常启动,也不能进入bash使用vi,ed,emacs,mv等指令,请问我怎么把/etc/profile文件内
  • /etc/resolv.conf 和 /etc/sysconfig/network-scripts/ifcfg-eth0 里的DNS不一致为什么呢?高手指点一下
  • 为什么我没有/etc/inetd.conf这个文件。
  • 装了redhat7,在/etc里没有inetd.conf文件,谁见过这咋整 iis7站长之家
  • /etc/hosts这个文件有啥用?
  • linux /etc/security/*
  • etc-linux文件的作用
  • 编辑/etc/crontab来启动任务的问题!!!
  • redhat7.0的/etc/inetd.conf没有了?
  • 同时配置两个DNS怎么写/etc/resolv.conf文件 ?
  • 关于etc/profile的问题
  • linux /etc/sudoers权限修改
  • 请问我的ubuntu怎么没有 /etc目录啊?
  • /etc/rc.local开机自动挂载失败
  • 装了redhat7,在/etc里没有inetd.conf文件,谁见过这咋整
  • 我使用的是root用户登陆,但却不能编辑/etc/profile文件,该如何解决。


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3