OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
base-files
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
dot.bashrc
3.03 KB
01/02/2024 01:39:30 PM
rw-r--r--
📄
dot.profile
148 bytes
01/02/2024 05:19:18 PM
rw-r--r--
📄
dot.profile.md5sums
72 bytes
01/02/2024 01:39:30 PM
rw-r--r--
📄
info.dir
771 bytes
01/02/2024 05:19:18 PM
rw-r--r--
📄
motd
286 bytes
01/02/2024 05:19:18 PM
rw-r--r--
📄
networks
91 bytes
01/02/2024 01:39:30 PM
rw-r--r--
📄
profile
581 bytes
01/02/2024 05:19:18 PM
rw-r--r--
📄
profile.md5sums
363 bytes
01/02/2024 05:19:18 PM
rw-r--r--
📄
staff-group-for-usr-local
771 bytes
01/02/2024 05:19:18 PM
rw-r--r--
Editing: profile
Close
# /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