Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core /
17284 /
usr /
share /
base-files /
Delete
Unzip
Name
Size
Permission
Date
Action
dot.bashrc
3.03
KB
-rw-r--r--
2024-01-02 13:39
dot.profile
148
B
-rw-r--r--
2024-01-02 17:22
dot.profile.md5sums
72
B
-rw-r--r--
2024-01-02 13:39
info.dir
771
B
-rw-r--r--
2024-01-02 17:22
motd
284
B
-rw-r--r--
2024-01-02 13:39
networks
91
B
-rw-r--r--
2024-01-02 13:39
nsswitch.conf
497
B
-rw-r--r--
2024-01-02 17:22
nsswitch.conf.md5sums
219
B
-rw-r--r--
2024-01-02 17:22
profile
575
B
-rw-r--r--
2024-01-02 17:22
profile.md5sums
330
B
-rw-r--r--
2024-01-02 17:22
staff-group-for-usr-local
771
B
-rw-r--r--
2024-01-02 17:22
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