__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.148: ~ $
# Sample configuration file for smartd.  See man smartd.conf.

# Home page is: http://www.smartmontools.org

# smartd will re-read the configuration file if it receives a HUP
# signal

# The file gives a list of devices to monitor using smartd, with one
# device per line. Text after a hash (#) is ignored, and you may use
# spaces and tabs for white space. You may use '\' to continue lines.

# You can usually identify which hard disks are on your system by
# looking in /proc/ide and in /proc/scsi.

# The word DEVICESCAN will cause any remaining lines in this
# configuration file to be ignored: it tells smartd to scan for all
# ATA and SCSI devices.  DEVICESCAN may be followed by any of the
# Directives listed below, which will be applied to all devices that
# are found.  Most users should comment out DEVICESCAN and explicitly
# list the devices that they wish to monitor.
DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner

# Alternative setting to ignore temperature and power-on hours reports
# in syslog.
#DEVICESCAN -I 194 -I 231 -I 9

# Alternative setting to report more useful raw temperature in syslog.
#DEVICESCAN -R 194 -R 231 -I 9

# Alternative setting to report raw temperature changes >= 5 Celsius
# and min/max temperatures.
#DEVICESCAN -I 194 -I 231 -I 9 -W 5

# First ATA/SATA or SCSI/SAS disk.  Monitor all attributes, enable
# automatic online data collection, automatic Attribute autosave, and
# start a short self-test every day between 2-3am, and a long self test
# Saturdays between 3-4am.
#/dev/sda -a -o on -S on -s (S/../.././02|L/../../6/03)

# Monitor SMART status, ATA Error Log, Self-test log, and track
# changes in all attributes except for attribute 194
#/dev/sdb -H -l error -l selftest -t -I 194

# Monitor all attributes except normalized Temperature (usually 194),
# but track Temperature changes >= 4 Celsius, report Temperatures
# >= 45 Celsius and changes in Raw value of Reallocated_Sector_Ct (5).
# Send mail on SMART failures or when Temperature is >= 55 Celsius.
#/dev/sdc -a -I 194 -W 4,45,55 -R 5 -m admin@example.com

# An ATA disk may appear as a SCSI device to the OS. If a SCSI to
# ATA Translation (SAT) layer is between the OS and the device then
# this can be flagged with the '-d sat' option. This situation may
# become common with SATA disks in SAS and FC environments.
# /dev/sda -a -d sat

# A very silent check.  Only report SMART health status if it fails
# But send an email in this case
#/dev/sdc -H -C 0 -U 0 -m admin@example.com

# First two SCSI disks.  This will monitor everything that smartd can
# monitor.  Start extended self-tests Wednesdays between 6-7pm and
# Sundays between 1-2 am
#/dev/sda -d scsi -s L/../../3/18
#/dev/sdb -d scsi -s L/../../7/01

# Monitor 4 ATA disks connected to a 3ware 6/7/8000 controller which uses
# the 3w-xxxx driver. Start long self-tests Sundays between 1-2, 2-3, 3-4, 
# and 4-5 am.
# NOTE: starting with the Linux 2.6 kernel series, the /dev/sdX interface
# is DEPRECATED.  Use the /dev/tweN character device interface instead.
# For example /dev/twe0, /dev/twe1, and so on.
#/dev/sdc -d 3ware,0 -a -s L/../../7/01
#/dev/sdc -d 3ware,1 -a -s L/../../7/02
#/dev/sdc -d 3ware,2 -a -s L/../../7/03
#/dev/sdc -d 3ware,3 -a -s L/../../7/04

# Monitor 2 ATA disks connected to a 3ware 9000 controller which
# uses the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays
# between 1-2 and 3-4 am.
#/dev/twa0 -d 3ware,0 -a -s L/../../2/01
#/dev/twa0 -d 3ware,1 -a -s L/../../2/03

# Monitor 2 SATA (not SAS) disks connected to a 3ware 9000 controller which
# uses the 3w-sas driver (Linux). Start long self-tests Tuesdays
# between 1-2 and 3-4 am.
# On FreeBSD /dev/tws0 should be used instead
#/dev/twl0 -d 3ware,0 -a -s L/../../2/01
#/dev/twl0 -d 3ware,1 -a -s L/../../2/03

# Same as above for Windows. Option '-d 3ware,N' is not necessary,
# disk (port) number is specified in device name.
# NOTE: On Windows, DEVICESCAN works also for 3ware controllers.
#/dev/hdc,0 -a -s L/../../2/01
#/dev/hdc,1 -a -s L/../../2/03
#
# Monitor 2 disks connected to the first HP SmartArray controller which
# uses the cciss driver. Start long tests on Sunday nights and short
# self-tests every night and send errors to root
#/dev/sda -d cciss,0 -a -s (L/../../7/02|S/../.././02) -m root
#/dev/sda -d cciss,1 -a -s (L/../../7/03|S/../.././03) -m root

# Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long
# self-tests Sundays between 1-2, 2-3, and 3-4 am. 
#/dev/sdd -d hpt,1/1 -a -s L/../../7/01
#/dev/sdd -d hpt,1/2 -a -s L/../../7/02
#/dev/sdd -d hpt,1/3 -a -s L/../../7/03

# Monitor 2 ATA disks connected to the same PMPort which connected to the
# HighPoint RocketRAID. Start long self-tests Tuesdays between 1-2 and 3-4 am
#/dev/sdd -d hpt,1/4/1 -a -s L/../../2/01
#/dev/sdd -d hpt,1/4/2 -a -s L/../../2/03

# HERE IS A LIST OF DIRECTIVES FOR THIS CONFIGURATION FILE.
# PLEASE SEE THE smartd.conf MAN PAGE FOR DETAILS
#
#   -d TYPE Set the device type: ata, scsi, marvell, removable, 3ware,N, hpt,L/M/N
#   -T TYPE set the tolerance to one of: normal, permissive
#   -o VAL  Enable/disable automatic offline tests (on/off)
#   -S VAL  Enable/disable attribute autosave (on/off)
#   -n MODE No check. MODE is one of: never, sleep, standby, idle
#   -H      Monitor SMART Health Status, report if failed
#   -l TYPE Monitor SMART log.  Type is one of: error, selftest
#   -f      Monitor for failure of any 'Usage' Attributes
#   -m ADD  Send warning email to ADD for -H, -l error, -l selftest, and -f
#   -M TYPE Modify email warning behavior (see man page)
#   -s REGE Start self-test when type/date matches regular expression (see man page)
#   -p      Report changes in 'Prefailure' Normalized Attributes
#   -u      Report changes in 'Usage' Normalized Attributes
#   -t      Equivalent to -p and -u Directives
#   -r ID   Also report Raw values of Attribute ID with -p, -u or -t
#   -R ID   Track changes in Attribute ID Raw value with -p, -u or -t
#   -i ID   Ignore Attribute ID for -f Directive
#   -I ID   Ignore Attribute ID for -p, -u or -t Directive
#   -C ID   Report if Current Pending Sector count non-zero
#   -U ID   Report if Offline Uncorrectable count non-zero
#   -W D,I,C Monitor Temperature D)ifference, I)nformal limit, C)ritical limit
#   -v N,ST Modifies labeling of Attribute N (see man page)
#   -a      Default: equivalent to -H -f -t -l error -l selftest -C 197 -U 198
#   -F TYPE Use firmware bug workaround. Type is one of: none, samsung
#   -P TYPE Drive-specific presets: use, ignore, show, showall
#    #      Comment: text after a hash sign is ignored
#    \      Line continuation character
# Attribute ID is a decimal integer 1 <= ID <= 255
# except for -C and -U, where ID = 0 turns them off.
# All but -d, -m and -M Directives are only implemented for ATA devices
#
# If the test string DEVICESCAN is the first uncommented text
# then smartd will scan for devices.
# DEVICESCAN may be followed by any desired Directives.

Filemanager

Name Type Size Permission Actions
.java Folder 0755
ImageMagick-6 Folder 0755
ModemManager Folder 0755
NetworkManager Folder 0755
ODBCDataSources Folder 0755
PackageKit Folder 0755
R Folder 0755
UPower Folder 0755
X11 Folder 0755
alsa Folder 0755
alternatives Folder 0755
apache2 Folder 0755
apparmor Folder 0755
apparmor.d Folder 0755
apt Folder 0755
avahi Folder 0755
bash_completion.d Folder 0755
bind Folder 2755
binfmt.d Folder 0755
bluetooth Folder 0755
ca-certificates Folder 0755
chatscripts Folder 2750
chromium Folder 0755
chromium.d Folder 0755
cifs-utils Folder 0755
console-setup Folder 0755
cracklib Folder 0755
cron.d Folder 0755
cron.daily Folder 0755
cron.hourly Folder 0755
cron.monthly Folder 0755
cron.weekly Folder 0755
cron.yearly Folder 0755
cups Folder 0755
cupshelpers Folder 0755
dbconfig-common Folder 0755
dbus-1 Folder 0755
dconf Folder 0755
debuginfod Folder 0755
default Folder 0755
dhcp Folder 0755
dictionaries-common Folder 0755
dillo Folder 0755
dpkg Folder 0755
emacs Folder 0755
environment.d Folder 0755
firefox Folder 0755
fonts Folder 0755
gdb Folder 0755
geoclue Folder 0755
ghostscript Folder 0755
glvnd Folder 0755
gnome Folder 0755
groff Folder 0755
gss Folder 0755
gtk-2.0 Folder 0755
gtk-3.0 Folder 0755
hp Folder 0755
ifplugd Folder 0755
init.d Folder 0755
initramfs Folder 0755
initramfs-tools Folder 0755
insserv.conf.d Folder 0755
ipp-usb Folder 0755
iproute2 Folder 0755
issue.d Folder 0755
java-17-openjdk Folder 0755
kernel Folder 0755
keyutils Folder 0755
ld.so.conf.d Folder 0755
ldap Folder 0755
letsencrypt Folder 0755
libblockdev Folder 0755
libibverbs.d Folder 0755
libnl-3 Folder 0755
libpaper.d Folder 0755
lightdm Folder 0755
lighttpd Folder 0755
logcheck Folder 0755
logrotate.d Folder 0755
lynx Folder 0755
menu-methods Folder 0755
modprobe.d Folder 0755
modules-load.d Folder 0755
mplayer Folder 0755
mysql Folder 0755
network Folder 0755
nfs.conf.d Folder 0755
ntpsec Folder 0755
openal Folder 0755
openni2 Folder 0755
opt Folder 0755
pam.d Folder 0755
perl Folder 0755
php Folder 0755
phpmyadmin Folder 0755
plymouth Folder 0755
polkit-1 Folder 0755
ppp Folder 0755
profile.d Folder 0755
pulse Folder 0755
python3 Folder 0755
python3.11 Folder 0755
rc0.d Folder 0755
rc1.d Folder 0755
rc2.d Folder 0755
rc3.d Folder 0755
rc4.d Folder 0755
rc5.d Folder 0755
rc6.d Folder 0755
rcS.d Folder 0755
request-key.d Folder 0755
rpi-connect Folder 0755
rsyslog.d Folder 0755
runit Folder 0755
samba Folder 0755
sane.d Folder 0755
security Folder 0755
selinux Folder 0755
sensors.d Folder 0755
sgml Folder 0755
signon-ui Folder 0755
skel Folder 0755
smartmontools Folder 0755
snmp Folder 0755
ssh Folder 0755
ssl Folder 0755
sudoers.d Folder 0755
sv Folder 0755
sysctl.d Folder 0755
systemd Folder 0755
terminfo Folder 0755
timidity Folder 0755
tmpfiles.d Folder 0755
tor Folder 0755
triggerhappy Folder 0755
udev Folder 0755
udisks2 Folder 0755
ufw Folder 0755
update-motd.d Folder 0755
usb_modeswitch.d Folder 0755
vim Folder 0755
vnc Folder 0755
vulkan Folder 0755
w3m Folder 0755
wayfire Folder 0755
wayvnc Folder 0755
webalizer Folder 0755
wpa_supplicant Folder 0755
xdg Folder 0755
xml Folder 0755
xsettingsd Folder 0755
.fstab File 216 B 0644
.pwd.lock File 0 B 0600
RTIMULib.ini File 11.82 KB 0644
adduser.conf File 2.97 KB 0644
apg.conf File 433 B 0644
bash.bashrc File 1.95 KB 0644
bash_completion File 45 B 0644
bindresvport.blacklist File 367 B 0644
ca-certificates.conf File 5.96 KB 0644
ca-certificates.conf.dpkg-old File 5.85 KB 0644
catdocrc File 119 B 0644
crontab File 1.92 KB 0644
debconf.conf File 2.9 KB 0644
debian_version File 6 B 0644
deluser.conf File 1.67 KB 0644
dphys-swapfile File 1.08 KB 0644
e2scrub.conf File 685 B 0644
environment File 0 B 0644
ethertypes File 1.81 KB 0644
fake-hwclock.data File 20 B 0644
fb.modes File 23.93 KB 0644
fstab File 314 B 0644
ftpusers File 132 B 0644
fuse.conf File 694 B 0644
gai.conf File 2.52 KB 0644
gprofng.rc File 3.79 KB 0644
group File 1.14 KB 0644
group- File 1.13 KB 0644
gshadow File 985 B 0640
gshadow- File 973 B 0640
host.conf File 9 B 0644
hostname File 5 B 0644
hosts File 187 B 0644
hosts.allow File 411 B 0644
hosts.deny File 711 B 0644
idmapd.conf File 171 B 0644
inputrc File 1.95 KB 0644
issue File 27 B 0644
issue.net File 20 B 0644
kernel-img.conf File 14 B 0644
ld.so.cache File 98.65 KB 0644
ld.so.conf File 34 B 0644
libao.conf File 26 B 0644
libaudit.conf File 191 B 0644
locale.alias File 2.93 KB 0644
locale.gen File 9.21 KB 0644
localtime File 1.41 KB 0644
login.defs File 12.31 KB 0644
logrotate.conf File 494 B 0644
machine-id File 33 B 0444
magic File 111 B 0644
magic.mime File 111 B 0644
mailcap File 50.92 KB 0644
mailcap.order File 449 B 0644
manpath.config File 5.11 KB 0644
mime.types File 72.04 KB 0644
mke2fs.conf File 782 B 0644
modules File 256 B 0644
motd File 286 B 0644
mtab File 0 B 0444
nanorc File 11.16 KB 0644
netconfig File 767 B 0644
networks File 60 B 0644
nfs.conf File 1.41 KB 0644
nftables.conf File 243 B 0755
nsswitch.conf File 537 B 0644
odbc.ini File 0 B 0644
odbcinst.ini File 0 B 0644
os-release File 267 B 0644
pam.conf File 552 B 0644
papersize File 3 B 0644
passwd File 2.17 KB 0644
passwd- File 2.12 KB 0644
pip.conf File 57 B 0644
printcap File 135 B 0644
profile File 801 B 0644
protocols File 3.07 KB 0644
request-key.conf File 1.75 KB 0644
resolv.conf File 96 B 0644
resolv.conf.tail File 51 B 0644
rmt File 66.86 KB 0755
rpc File 911 B 0644
rpi-issue File 145 B 0644
rygel.conf File 5.49 KB 0644
sensors3.conf File 10.34 KB 0644
services File 12.51 KB 0644
shadow File 1.12 KB 0640
shadow- File 1.12 KB 0640
shells File 128 B 0644
smartd.conf File 6.88 KB 0644
subgid File 22 B 0644
subuid File 22 B 0644
sudo.conf File 4.24 KB 0644
sudo_logsrvd.conf File 9.57 KB 0644
sudoers File 1.67 KB 0440
sysctl.conf File 2.3 KB 0644
timezone File 18 B 0644
ts.conf File 938 B 0644
ucf.conf File 1.23 KB 0644
usb_modeswitch.conf File 1.49 KB 0644
vdpau_wrapper.cfg File 51 B 0644
vsftpd.conf File 5.73 KB 0644
wgetrc File 4.83 KB 0644
xattr.conf File 681 B 0644
Filemanager