
03.12.2012, 19:44
|
|
Новичок
Регистрация: 29.04.2010
Сообщений: 19
С нами:
8440113
Репутация:
3
|
|
Код:
$ uname -a
FreeBSD qwerty 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Fri Sep 18 12:05:20 MSD 2009 root@qwerty:/usr/obj/usr/src/sys/qwerty i386
$ ls -la /boot
total 1716
drwxr-xr-x 9 root wheel 1024 Sep 18 2009 .
drwxr-xr-x 30 root wheel 1024 Nov 28 2010 ..
drwxr-xr-x 2 root wheel 9728 Jun 25 2007 GENERIC
-r--r--r-- 1 root wheel 7638 Jan 12 2007 beastie.4th
-rw-r--r-- 1 root wheel 8192 Jun 26 2007 boot
-rw-r--r-- 1 root wheel 8192 Jun 25 2007 boot.bak
-r--r--r-- 1 root wheel 512 Jan 12 2007 boot0
-r--r--r-- 1 root wheel 512 Jan 12 2007 boot0sio
-r--r--r-- 1 root wheel 512 Jan 12 2007 boot1
-r--r--r-- 1 root wheel 7680 Jan 12 2007 boot2
-r--r--r-- 1 root wheel 1200 Jan 12 2007 cdboot
drwxr-xr-x 2 root wheel 512 Jun 25 2007 defaults
-r--r--r-- 1 root wheel 1741 Jan 12 2007 device.hints
-r--r--r-- 1 root wheel 2249 Jan 12 2007 frames.4th
drwxr-xr-x 2 root wheel 9728 Sep 18 2009 kernel
drwxr-xr-x 2 root wheel 9728 Sep 18 2009 kernel.good
drwxr-xr-x 2 root wheel 9728 Jun 26 2007 kernel.old
drwxr-xr-x 2 root wheel 9728 Sep 18 2009 kernel.old.old
-rw-r--r-- 1 root wheel 212992 Jun 26 2007 loader
-r--r--r-- 1 root wheel 7772 Jan 12 2007 loader.4th
-rw-r--r-- 1 root wheel 212992 Jun 25 2007 loader.bak
-rw-r--r-- 1 root wheel 0 Jun 25 2007 loader.conf
-r--r--r-- 1 root wheel 15219 Jan 12 2007 loader.help
-r--r--r-- 1 root wheel 389 Jan 12 2007 loader.rc
-r--r--r-- 1 root wheel 512 Jan 12 2007 mbr
drwxr-xr-x 2 root wheel 512 Jan 12 2007 modules
-r--r--r-- 1 root wheel 219136 Jan 12 2007 pxeboot
-r--r--r-- 1 root wheel 692 Jan 12 2007 screen.4th
-r--r--r-- 1 root wheel 36440 Jan 12 2007 support.4th
$ ls -la --full-time /lib/lib*
$ mount
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/da0s1g on /hsphere (ufs, local, with quotas, soft-updates)
/dev/da0s1f on /tmp (ufs, local, soft-updates)
/dev/da0s1d on /usr (ufs, local, soft-updates)
/dev/da0s1e on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)
$ df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/da0s1a 989M 267M 643M 29% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/da0s1g 676G 179G 443G 29% /hsphere
/dev/da0s1f 1.9G 1.6G 137M 92% /tmp
/dev/da0s1d 9.7G 3.9G 5.0G 43% /usr
/dev/da0s1e 29G 12G 14G 47% /var
procfs 4.0K 4.0K 0B 100% /proc
$ 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
$ cat /proc/version
$ cat /proc/sys/vm/mmap_min_addr
$ pwd
/hsphere/local/home/*/*
$ ls -la /usr/bin/staprun
Пока ничего не пробовал, т.к. не дома.
|
|
|