Нид хелп, посоветуйте сплойт ^_0
$ uname -a
Код:
Linux 2.6.32-279.19.1.el6.x86_64 #1 SMP Wed Dec 19 07:05:20 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
$ id
Код:
uid=531(orka) gid=531(orka) groups=531(orka),501(mgrsecure)
$ whoami
$ ls -la /boot
Код:
total 73563
dr-xr-xr-x. 5 root root 2048 Dec 24 14:43 .
dr-xr-xr-x. 23 root root 4096 Feb 11 15:47 ..
-rw-r--r--. 1 root root 171 Oct 16 20:21 .vmlinuz-2.6.32-279.11.1.el6.x86_64.hmac
-rw-r--r-- 1 root root 171 Dec 19 11:28 .vmlinuz-2.6.32-279.19.1.el6.x86_64.hmac
-rw-r--r--. 1 root root 166 Jun 22 2012 .vmlinuz-2.6.32-279.el6.x86_64.hmac
-rw-r--r--. 1 root root 2342243 Oct 16 20:21 System.map-2.6.32-279.11.1.el6.x86_64
-rw-r--r-- 1 root root 2341554 Dec 19 11:28 System.map-2.6.32-279.19.1.el6.x86_64
-rw-r--r--. 1 root root 2341856 Jun 22 2012 System.map-2.6.32-279.el6.x86_64
-rw-r--r--. 1 root root 101977 Oct 16 20:21 config-2.6.32-279.11.1.el6.x86_64
-rw-r--r-- 1 root root 101977 Dec 19 11:28 config-2.6.32-279.19.1.el6.x86_64
-rw-r--r--. 1 root root 101820 Jun 22 2012 config-2.6.32-279.el6.x86_64
drwxr-xr-x. 3 root root 1024 Feb 12 2012 efi
drwxr-xr-x. 2 root root 1024 Dec 22 14:26 grub
-rw-r--r--. 1 root root 15883293 Feb 12 2012 initramfs-2.6.32-279.11.1.el6.x86_64.img
-rw-r--r-- 1 root root 15818471 Dec 22 14:26 initramfs-2.6.32-279.19.1.el6.x86_64.img
-rw-r--r--. 1 root root 15874312 Feb 12 2012 initramfs-2.6.32-279.el6.x86_64.img
-rw------- 1 root root 3804116 Dec 22 14:25 initrd-2.6.32-279.11.1.el6.x86_64kdump.img
-rw------- 1 root root 3802663 Dec 24 14:44 initrd-2.6.32-279.19.1.el6.x86_64kdump.img
drwx------. 2 root root 12288 Feb 12 2012 lost+found
-rw-r--r--. 1 root root 179202 Oct 16 20:22 symvers-2.6.32-279.11.1.el6.x86_64.gz
-rw-r--r-- 1 root root 179242 Dec 19 11:29 symvers-2.6.32-279.19.1.el6.x86_64.gz
-rw-r--r--. 1 root root 179157 Jun 22 2012 symvers-2.6.32-279.el6.x86_64.gz
-rwxr-xr-x. 1 root root 3987760 Oct 16 20:21 vmlinuz-2.6.32-279.11.1.el6.x86_64
-rwxr-xr-x 1 root root 3941776 Dec 19 11:28 vmlinuz-2.6.32-279.19.1.el6.x86_64
-rwxr-xr-x. 1 root root 3986608 Jun 22 2012 vmlinuz-2.6.32-279.el6.x86_64
$ ls -la --full-time /lib/lib*
$ mount
Код:
/dev/md2 on / type ext4 (rw,grpquota,usrquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/md0 on /boot type ext2 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
$ df -h
Код:
Filesystem Size Used Avail Use% Mounted on
/dev/md2 1.8T 624G 1.1T 36% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
/dev/md0 97M 74M 18M 81% /boot
$ cat /etc/issue
Код:
CentOS release 6.3 (Final)
Kernel \r on an \m
$ cat /etc/crontab
Код:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# For details see man 4 crontabs
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
$ ls -la /etc/cron.d
Код:
total 32
drwxr-xr-x. 2 root root 4096 Dec 22 14:26 .
drwxr-xr-x. 97 root root 12288 Feb 20 05:56 ..
-rw-r--r--. 1 root root 113 Jul 19 2011 0hourly
-rw-r--r-- 1 root root 102 May 14 2012 atop
-rw-r--r--. 1 root root 108 Apr 26 2012 raid-check
-rw-r--r--. 1 root root 235 Jun 22 2012 sysstat
$ ls -la /etc/cron.hourly
Код:
total 24
drwxr-xr-x. 2 root root 4096 Feb 13 2012 .
drwxr-xr-x. 97 root root 12288 Feb 20 05:56 ..
-rwxr-xr-x 1 root root 195 Apr 9 2011 00awstats
-rwxr-xr-x. 1 root root 424 Jul 19 2011 0anacron
$ ls -la /etc/cron.monthly
Код:
total 20
drwxr-xr-x. 2 root root 4096 Feb 12 2012 .
drwxr-xr-x. 97 root root 12288 Feb 20 05:56 ..
-rwxr-xr-x. 1 root root 111 Aug 23 2010 readahead-monthly.cron
$ ls -la /etc/cron.weekly
Код:
total 16
drwxr-xr-x. 2 root root 4096 Sep 27 2011 .
drwxr-xr-x. 97 root root 12288 Feb 20 05:56 ..
$ cat /proc/version
Код:
Linux version 2.6.32-279.19.1.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Wed Dec 19 07:05:20 UTC 2012
$ cat /proc/sys/vm/mmap_min_addr
$ ls -la /usr/bin/staprun
Код:
---s--x---. 1 root stapusr 158488 Oct 4 17:03 /usr/bin/staprun