K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / bug / cron /
server ip : 172.67.156.115

your ip : 172.69.130.102

H O M E


Filename/usr/share/bug/cron/script
Size519
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified09-Feb-2013 15:02
Last accessed06-Jul-2025 18:36
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/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