0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 13.59.83.202


Current Path : /proc/thread-self/root/snap/core/current/etc/cron.weekly/
Upload File :
Current File : //proc/thread-self/root/snap/core/current/etc/cron.weekly/fstrim

#!/bin/sh
# Prevent fstrim to run inside a container environment (LP: #1589289)
if /usr/bin/systemd-detect-virt -q -c; then
exit 0
fi
# trim all mounted file systems which support it
/sbin/fstrim --all || true