
12.04.2014, 00:11
|
|
Новичок
Регистрация: 20.03.2014
Сообщений: 5
Провел на форуме: 1080
Репутация:
0
|
|
Уважаемые!! Крайне необходимо!!! или иными словами Хелп!
$ uname -a
Linux www 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux
$ mount
/dev/xvda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
none on /proc/xen type xenfs (rw)
$ cat /proc/version
Linux version 2.6.32-5-amd64 (Debian 2.6.32-46) (dannf@debian.org)
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun Sep 23 10:07:46 UTC 2012
$ ls -la /boot
total 13236
drwxr-xr-x 3 root root 4096 Feb 12 2013 .
drwxr-xr-x 21 root root 4096 Feb 12 2013 ..
-rw-r--r-- 1 root root 1666397 Sep 23 2012 System.map-2.6.32-5-amd64
-rw-r--r-- 1 root root 106172 Sep 23 2012 config-2.6.32-5-amd64
drwxr-xr-x 3 root root 4096 Feb 12 2013 grub
-rw-r--r-- 1 root root 9310575 Feb 12 2013 initrd.img-2.6.32-5-amd64
-rw-r--r-- 1 root root 2423968 Sep 23 2012 vmlinuz-2.6.32-5-amd64
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 34G 30G 1.8G 95% /
tmpfs 1003M 0 1003M 0% /lib/init/rw
udev 990M 72K 989M 1% /dev
tmpfs 1003M 0 1003M 0% /dev/shm
$ cat /etc/issue
Debian GNU/Linux 6.0 \n \l
$ cat /etc/crontab
# /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
# and files in /etc/cron.d. These files also have username fields,
# 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
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
# **** backup:
00 03 * * * root /usr/local/etc/wwwbackup/makebackup
|
|
|