/dev/simfs on / type simfs (rw,noatime,usrquota,grpquota)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime)
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab\'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
41 3 * * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
0 5 * * 7 root test -e /usr/sbin/anacron || run-parts --report /etc/cron.weekly
45 0 11 * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.monthly
$ cat /proc/version 2>&1
Код:
Linux version 2.6.18-238.5.1.el5.028stab085.2 (root@rhel5-build-x64) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Thu Mar 10 15:41:04 MSK 2011
pwd 2>&1
Код:
/var/www/targ/data/www/target/images
$ ls -la /usr/bin/staprun 2>&1
Код:
ls: cannot access /usr/bin/staprun: No such file or directory