[COLOR=Magenta]cp /etc/profile /var/tmp[/COLOR]
mkdir /var/tmp/bin
echo "export PATH=$PATH:/var/tmp/bin" >> /var/tmp/profile
echo "cd /var/tmp" >> /var/tmp/profile
echo "export HOME=/var/tmp" >> /var/tmp/profile
[COLOR=Magenta]echo "alias dir='ls -l'" >> /var/tmp/profile
echo "alias l='ls -l'" >> /var/tmp/profile
mount -o bind /var/tmp/profile /etc/profile[/COLOR]
Ich kenne es höchstens so:
wenn $HOME/.profile existiert, wird die nach /etc/profile ausgeführt (oder daraus ausgerufen) ... oder wie war das noch ?