MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux ip-172-26-15-81 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
  SOFT : Apache/2.4.41 (Ubuntu) PHP : 7.4.3-4ubuntu2.29
/snap/core/17200/usr/share/bug/cron/
172.26.15.81

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
control 0.073 KB -rw-r--r-- 2022-05-10 22:15 R E G D
script 0.507 KB -rwxr-xr-x 2022-05-10 22:15 R E G D
REQUEST EXIT
#!/bin/sh # reportbug output generator script for cron package # reportbug expects output on fd 3 exec 1>&3 2>&3 echo "--- EDITOR:" if [ -n "$EDITOR" ] ; then echo "not set" else echo $EDITOR fi echo echo "--- /usr/bin/editor:" readlink -f /usr/bin/editor echo echo "--- /usr/bin/crontab:" ls -l /usr/bin/crontab echo for dir in /var/spool/cron /var/spool/cron/crontabs /etc/cron.d /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly ; do echo "--- $dir:" ls -ld $dir echo done