/usr/local/jetapps/usr/share/rear/skel/default/etc
test "$PROFILEREAD" && return PROFILEREAD=1 # Relax-and-Recover rescue system uses only /bin, all other default bin paths are symlinks # Adding /sbin to PATH as grub2-editenv requires it export PATH=/bin:/sbin spwd () { ( IFS=/ set $PWD if test $# -le 3 ; then echo "$PWD" else eval echo \"..\${$(($#-1))}/\${$#}\" fi ) ; } # Returns short path (last 18 characters) ppwd () { local _w="$(dirs +0)" if test ${#_w} -le 18 ; then echo "$_w" else echo "...${_w:$((${#_w}-18))}" fi ; } # If set: do not follow sym links # set -P # # Other prompting for root _t="" if test "$UID" = 0 ; then _u="\h" _p=" #" else _u="\u@\h" _p=">" fi PS1="RESCUE ${_t}${_u}:\w${_p} " unset _u _p _t alias dir='ls -l' alias ll='ls -l' alias la='ls -la' alias l='ls -alF' alias ls-l='ls -l' alias md='mkdir -p' alias which='type -p' alias rehash='hash -r' alias more='less' export TERM=ansi for script in /etc/profile.d/*.sh; do if [ -r "$script" ]; then source "$script" fi done # print motd for interactive shells tty -s && test -s /etc/motd && cat /etc/motd true
.
Edit
..
Edit
bash.bashrc
Edit
dhclient.conf
Edit
ethers
Edit
event.d
Edit
fstab
Edit
group
Edit
hosts
Edit
init
Edit
inittab
Edit
ld.so.conf
Edit
lilo.conf
Edit
moduli
Edit
motd
Edit
nsswitch.conf
Edit
passwd
Edit
profile
Edit
profile.d
Edit
rsyslog.conf
Edit
scripts
Edit
syslog-ng-v3.conf
Edit
syslog-ng.conf
Edit
syslog.conf
Edit
systemd
Edit