Guest User!

You are not Sophos Staff.

[2.150][NOTABUG] outdated alias

Hello Friends !

 # cat /etc/version
 2.150
acc:/home/login # grep -i yast  /etc/*
/etc/bash.bashrc:       alias you='su - -c "/sbin/yast2 online_update"'
/etc/permissions:# respectively, or call `SuSEconfig´ as yast do after they think
acc:/home/login # alias
alias +='pushd .'
alias -='popd'
alias ..='cd ..'
alias ...='cd ../..'
alias ased='sed -e s/" "/"***"/1 -e s/" "/"***"/1 -e s/"\(.*\)***\(.*\)***"/"\2]  \1 "/ -e s/198.19.250./"[Node "/ -e s/"^([a-zA-Z]*)"/"[local"/ -e s/id=.*name=\"// -e s/\"$//'
alias beep='echo -en "\007"'
alias cc='confd-client.plx'
alias cd..='cd ..'
alias de='loadkeys de'
alias dir='ls -l'
alias hs='ha_daemon -c status'
alias ias='ip addr show'
alias irsta='ip route show table all'
alias l='ls -alF'
alias la='ls -la'
alias ll='ls -l'
alias ls='ls --color=tty'
alias ls-l='ls -l'
alias md='mkdir -p'
alias more='less'
alias o='less'
alias rd='rmdir'
alias rehash='hash -r'
alias rm='rm -i'
alias unmount='echo "Error: Try the command: umount" 1>&2; false'
alias unzip='unzip -L'
alias us='loadkeys us'
alias which='type -p'
alias you='su - -c "/sbin/yast2 online_update"'
acc:/home/login # you
-su: /sbin/yast2: No such file or directory
acc:/home/login # unzip
bash: unzip: command not found
acc:/home/login # ased

acc:/home/login #

what is ased ?
you ?
unzip ? 

thanks
Parents
  • I woud say that the yast online update (you) was removed because they use their own update utility, and unzip was removed because it is not needed at all. But both should be removed from aliases.

    "ased" looks like something from the cluster/HA. "198.19.250.***" are IP addresses of the cluster/HA interfaces.
Reply
  • I woud say that the yast online update (you) was removed because they use their own update utility, and unzip was removed because it is not needed at all. But both should be removed from aliases.

    "ased" looks like something from the cluster/HA. "198.19.250.***" are IP addresses of the cluster/HA interfaces.
Children
No Data