Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./.././../../../../../home/../etc/zprofile
Real path: /etc/profile
Zurück
# # Copyright (c) 1989, 2022, Oracle and/or its affiliates. # # The profile that all logins, except csh, get before using their own .profile. if [[ -z $TERM && $(tty) == "/dev/console" ]]; then if [[ $(uname -p) == "i386" ]]; then console=$(eeprom console 2>/dev/null) case ${console##console=} in screen|graphics|*text) TERM=sun-color; export TERM;; *) TERM=xterm; export TERM;; esac else # For everything else assume it is a virtual console # in a terminal emulator, so picking xterm is reasonable TERM=xterm; export TERM fi fi export LOGNAME PATH # Login and -su shells get /etc/profile services. # -rsh is given its environment in its .profile. case "$0" in -sh | -ksh | -ksh93 | -jsh | -bash | -zsh) if [ ! -f .hushlogin ]; then /bin/cat -s /etc/versions/login-version-info /etc/motd /bin/mail -E case $? in 0) echo "You have new mail." ;; 2) echo "You have mail." ;; esac fi esac