shh takes too long to allow me put commands

Qiuli Han ivyharry at gmail.com
Thu Aug 3 19:16:13 UTC 2006


i put something in ~/.profile

which are 2 alia commands and a cat command

root at qiuli:~# cat .profile
# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
    if [ -f ~/.bashrc ]; then
        . ~/.bashrc
    fi
fi

mesg n
alias l='ls -l'
alias ll='ls -la'


#check the ip_contrack usage
used=$(cat /proc/net/ip_conntrack |wc -l)
max=$(cat /proc/sys/net/ipv4/ip_conntrack_max)
echo "ip_contrack"
echo "used:" $used
echo "max:" $max
#done



On 8/3/06, Alexander Skwar <listen at alexander.skwar.name> wrote:
> · Qiuli Han <ivyharry at gmail.com>:
>
> > /var/log/message
> >
> > Jul 30 16:27:22 qiuli -- MARK --
>
> How about the other files?
>
> Hm - is there something of interest in ~/.bash_profile or ~/.bashrc or
> /etc/profile or /etc/bashrc?
>
> Alexander Skwar
> --
> Bewunderung: Die höfliche Beachtung des anderen Menschen, der
> Ähnlichkeit mit dir hat.
>                 -- Ambrose Bierce
>
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>


More information about the ubuntu-users mailing list