PHP 8.5.2
Preview: profile Size: 582 B
//usr/share/base-files/profile

# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ "${PS1-}" ]; then
  if [ "${BASH-}" ] && [ "$BASH" != "/bin/sh" ]; then
    # The file bash.bashrc already sets the default PS1.
    # PS1='\h:\w\$ '
    if [ -f /etc/bash.bashrc ]; then
      . /etc/bash.bashrc
    fi
  else
    if [ "$(id -u)" -eq 0 ]; then
      PS1='# '
    else
      PS1='$ '
    fi
  fi
fi

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
3.03 KB lrw-r--r-- 2025-08-01 14:21:11
Edit Download
161 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
72 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
771 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
286 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
91 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
582 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
396 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download
772 B lrw-r--r-- 2025-08-01 14:21:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).