Показать сообщение отдельно

  #8  
Старый 30.03.2015, 00:03
Vip77
Участник форума
Регистрация: 29.09.2012
Сообщений: 233
С нами: 7167926

Репутация: 20
По умолчанию

Подскажите сплоит. Не смог найти

Код:
$ uname -a
FreeBSD *** 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #1: Mon Feb 13 10:42:12 MSK 2012     user1@***:/usr/obj/usr/src/sys/GENERIC  amd64

$ ls -la /boot
total 3132
drwxr-xr-x   8 root  wheel    1024 Feb 13  2012 .
drwxr-xr-x  22 root  wheel     512 May  9  2014 ..
-r--r--r--   1 root  wheel    7690 Feb 13  2012 beastie.4th
-r--r--r--   1 root  wheel    8192 Feb 13  2012 boot
-r--r--r--   1 root  wheel     512 Feb 13  2012 boot0
-r--r--r--   1 root  wheel     512 Feb 13  2012 boot0sio
-r--r--r--   1 root  wheel     512 Feb 13  2012 boot1
-r--r--r--   1 root  wheel    7680 Feb 13  2012 boot2
-r--r--r--   1 root  wheel    1201 Feb 13  2012 cdboot
drwxr-xr-x   2 root  wheel     512 Feb 13  2012 defaults
-r--r--r--   1 root  wheel     808 Feb 24  2008 device.hints
drwxr-xr-x   2 root  wheel     512 Feb 24  2008 firmware
-r--r--r--   1 root  wheel    2262 Feb 13  2012 frames.4th
-r--r--r--   1 root  wheel   13851 Feb 13  2012 gptboot
-r--r--r--   1 root  wheel   27463 Feb 13  2012 gptzfsboot
drwxr-xr-x   2 root  wheel   30208 Feb 13  2012 kernel
drwxr-xr-x   2 root  wheel   30208 Aug  3  2011 kernel.old
-r-xr-xr-x   1 root  wheel  237568 Feb 13  2012 loader
-r--r--r--   1 root  wheel    5865 Feb 13  2012 loader.4th
-rw-r--r--   1 root  wheel     195 Jan 28  2010 loader.conf
-r--r--r--   1 root  wheel   15219 Feb 13  2012 loader.help
-r-xr-xr-x   1 root  wheel  237568 Aug  3  2011 loader.old
-r--r--r--   1 root  wheel     385 Feb 24  2008 loader.rc
-r--r--r--   1 root  wheel     512 Feb 13  2012 mbr
drwxr-xr-x   2 root  wheel     512 Feb 24  2008 modules
-r--r--r--   1 root  wheel     512 Feb 13  2012 pmbr
-r--r--r--   1 root  wheel  239616 Feb 13  2012 pxeboot
-r--r--r--   1 root  wheel     703 Feb 13  2012 screen.4th
-r--r--r--   1 root  wheel   35136 Feb 13  2012 support.4th
drwxr-xr-x   2 root  wheel     512 Feb 24  2008 zfs
-r--r--r--   1 root  wheel   33280 Feb 13  2012 zfsboot
-r-xr-xr-x   1 root  wheel  258048 Feb 13  2012 zfsloader
-r-xr-xr-x   1 root  wheel  258048 Aug  3  2011 zfsloader.old

$ lls -la --full-time /lib 

$ mount
/dev/aacd0s1a on / (ufs, local)
devfs on /dev (devfs, local, multilabel)
/dev/aacd0s1d on /tmp (ufs, local, soft-updates)
/dev/aacd0s1f on /usr (ufs, local, soft-updates)
/dev/aacd0s1e on /var (ufs, local, soft-updates)
/dev/aacd1s1d on /home (ufs, local, soft-updates)

$ df -h
Filesystem       Size    Used   Avail Capacity  Mounted on
/dev/aacd0s1a    1.9G    592M    1.2G    33%    /
devfs            1.0K    1.0K      0B   100%    /dev
/dev/aacd0s1d    2.9G    490K    2.7G     0%    /tmp
/dev/aacd0s1f     15G    3.8G    9.9G    28%    /usr
/dev/aacd0s1e     29G    3.5G     23G    13%    /var
/dev/aacd1s1d    406G     71G    303G    19%    /home

$ cat /etc/issue

$ cat /etc/crontab
# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.32 2002/11/22 16:13:39 tom Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute	hour	mday	month	wday	who	command
#
*/5	*	*	*	*	root	/usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11	*	*	*	*	operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0	*	*	*	*	root	newsyslog
#
# Perform daily/weekly/monthly maintenance.
1	3	*	*	*	root	periodic daily
15	4	*	*	6	root	periodic weekly
30	5	1	*	*	root	periodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time.  See adjkerntz(8) for details.
1,31	0-5	*	*	*	root	adjkerntz -a

$ ls -la cron.d

$ cat /proc/version

$ cat /proc/sys/vm/mmap_min_addr

$ pwd
/lib/geom

$ ls -la /usr/bin/staprun

$ find / -type f -perm -u+s -exec ls -la {} \; 2>/dev/null
-r-sr-xr-x  4 root  wheel  30056 Feb 13  2012 /usr/bin/at
-r-sr-xr-x  4 root  wheel  30056 Feb 13  2012 /usr/bin/atq
-r-sr-xr-x  4 root  wheel  30056 Feb 13  2012 /usr/bin/atrm
-r-sr-xr-x  4 root  wheel  30056 Feb 13  2012 /usr/bin/batch
-r-sr-xr-x  6 root  wheel  22944 Feb 13  2012 /usr/bin/chpass
-r-sr-xr-x  6 root  wheel  22944 Feb 13  2012 /usr/bin/chfn
-r-sr-xr-x  6 root  wheel  22944 Feb 13  2012 /usr/bin/chsh
-r-sr-xr-x  6 root  wheel  22944 Feb 13  2012 /usr/bin/ypchpass
-r-sr-xr-x  6 root  wheel  22944 Feb 13  2012 /usr/bin/ypchfn
-r-sr-xr-x  6 root  wheel  22944 Feb 13  2012 /usr/bin/ypchsh
-r-sr-xr-x  1 root  wheel  11472 Feb 13  2012 /usr/bin/lock
-r-sr-xr-x  1 root  wheel  25552 Feb 13  2012 /usr/bin/login
-r-sr-xr-x  1 root  wheel  7032 Feb 13  2012 /usr/bin/opieinfo
-r-sr-xr-x  1 root  wheel  14056 Feb 13  2012 /usr/bin/opiepasswd
-r-sr-xr-x  2 root  wheel  8176 Feb 13  2012 /usr/bin/passwd
-r-sr-xr-x  2 root  wheel  8176 Feb 13  2012 /usr/bin/yppasswd
-r-sr-xr-x  1 root  wheel  16048 Feb 13  2012 /usr/bin/rlogin
-r-sr-xr-x  1 root  wheel  11592 Feb 13  2012 /usr/bin/rsh
-r-sr-xr-x  1 root  wheel  16904 Feb 13  2012 /usr/bin/su
-r-sr-xr-x  1 root  wheel  33864 Feb 13  2012 /usr/bin/crontab
-r-sr-sr-x  1 root  daemon  34232 Feb 13  2012 /usr/bin/lpq
-r-sr-sr-x  1 root  daemon  38272 Feb 13  2012 /usr/bin/lpr
-r-sr-sr-x  1 root  daemon  30248 Feb 13  2012 /usr/bin/lprm
---s--x--x  2 root  wheel  1099192 Feb 13  2012 /usr/local/bin/sudo
---s--x--x  2 root  wheel  1099192 Feb 13  2012 /usr/local/bin/sudoedit
-r-sr-sr-x  1 root  authpf  20240 Feb 13  2012 /usr/sbin/authpf
-r-sr-x---  1 root  network  408712 Feb 13  2012 /usr/sbin/ppp
-r-sr-xr-x  1 root  wheel  21080 Feb 13  2012 /usr/sbin/timedc
-r-sr-xr-x  1 root  wheel  29456 Feb 13  2012 /usr/sbin/traceroute
-r-sr-xr-x  1 root  wheel  24448 Feb 13  2012 /usr/sbin/traceroute6
-r-sr-xr-x  1 root  wheel  20416 Feb 13  2012 /bin/rcp
-r-sr-x---  1 root  operator  9704 Feb 13  2012 /sbin/mksnap_ffs
-r-sr-xr-x  1 root  wheel  28200 Feb 13  2012 /sbin/ping
-r-sr-xr-x  1 root  wheel  37240 Feb 13  2012 /sbin/ping6
-r-sr-x---  1 root  operator  15952 Feb 13  2012 /sbin/shutdown
 
Ответить с цитированием