Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
base-files /
Delete
Unzip
Name
Size
Permission
Date
Action
dot.bashrc
3.03
KB
-rw-r--r--
2025-08-01 14:21
dot.profile
161
B
-rw-r--r--
2025-08-01 14:21
dot.profile.md5sums
72
B
-rw-r--r--
2025-08-01 14:21
info.dir
771
B
-rw-r--r--
2025-08-01 14:21
motd
286
B
-rw-r--r--
2025-08-01 14:21
networks
91
B
-rw-r--r--
2025-08-01 14:21
profile
582
B
-rw-r--r--
2025-08-01 14:21
profile.md5sums
396
B
-rw-r--r--
2025-08-01 14:21
staff-group-for-usr-local
772
B
-rw-r--r--
2025-08-01 14:21
Save
Rename
# /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