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

  #538  
Старый 17.09.2014, 00:29
beginner2010
Постоянный
Регистрация: 21.11.2010
Сообщений: 557
С нами: 8144246

Репутация: 151


По умолчанию

возможно ли поднять права? заранее спасибо

$ uname -a

Код:
FreeBSD *** 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Wed Dec 11 16:09:05 CET 2013     ***:/usr/obj/usr/src/sys/XENHVM  amd64
$ ls -la /boot

Код:
total 2832
drwxr-xr-x   8 root  wheel    1024 Dec 11  2013 .
drwxr-xr-x  20 root  wheel    8704 Sep 16 01:00 ..
-r--r--r--   1 root  wheel   12264 Sep 27  2013 beastie.4th
-r--r--r--   1 root  wheel    8192 Sep 27  2013 boot
-r--r--r--   1 root  wheel     512 Sep 27  2013 boot0
-r--r--r--   1 root  wheel     512 Sep 27  2013 boot0sio
-r--r--r--   1 root  wheel     512 Sep 27  2013 boot1
-r--r--r--   1 root  wheel    7680 Sep 27  2013 boot2
-r--r--r--   1 root  wheel    2940 Sep 27  2013 brand.4th
-r--r--r--   1 root  wheel    1185 Sep 27  2013 cdboot
-r--r--r--   1 root  wheel    5667 Sep 27  2013 check-password.4th
-r--r--r--   1 root  wheel    1872 Sep 27  2013 color.4th
drwxr-xr-x   2 root  wheel     512 Sep 27  2013 defaults
-r--r--r--   1 root  wheel    3917 Sep 27  2013 delay.4th
-r--r--r--   1 root  wheel     791 Sep 27  2013 device.hints
drwxr-xr-x   2 root  wheel     512 Sep 27  2013 firmware
-r--r--r--   1 root  wheel    2623 Sep 27  2013 frames.4th
-r--r--r--   1 root  wheel   15443 Sep 27  2013 gptboot
-r--r--r--   1 root  wheel   41923 Sep 27  2013 gptzfsboot
drwxr-xr-x   2 root  wheel   33280 Dec 11  2013 kernel
drwxr-xr-x   2 root  wheel   33280 Dec 11  2013 kernel.old
-r-xr-xr-x   1 root  wheel  229376 Sep 27  2013 loader
-r--r--r--   1 root  wheel    5884 Sep 27  2013 loader.4th
-r--r--r--   1 root  wheel   14766 Sep 27  2013 loader.help
-r--r--r--   1 root  wheel     393 Sep 27  2013 loader.rc
-r--r--r--   1 root  wheel     512 Sep 27  2013 mbr
-r--r--r--   1 root  wheel    7000 Sep 27  2013 menu-commands.4th
-r--r--r--   1 root  wheel   30264 Sep 27  2013 menu.4th
-r--r--r--   1 root  wheel    4167 Sep 27  2013 menu.rc
-r--r--r--   1 root  wheel   18231 Sep 27  2013 menusets.4th
drwxr-xr-x   2 root  wheel     512 Sep 27  2013 modules
-r--r--r--   1 root  wheel     512 Sep 27  2013 pmbr
-r--r--r--   1 root  wheel  231424 Sep 27  2013 pxeboot
-r--r--r--   1 root  wheel     700 Sep 27  2013 screen.4th
-r--r--r--   1 root  wheel    2618 Sep 27  2013 shortcuts.4th
-r--r--r--   1 root  wheel   35601 Sep 27  2013 support.4th
-r--r--r--   1 root  wheel  250284 Sep 27  2013 userboot.so
-r--r--r--   1 root  wheel    2883 Sep 27  2013 version.4th
drwxr-xr-x   2 root  wheel     512 Sep 27  2013 zfs
-r--r--r--   1 root  wheel   66048 Sep 27  2013 zfsboot
-r-xr-xr-x   1 root  wheel  266240 Sep 27  2013 zfsloader
$ mount

Код:
/dev/ada0s1a on / (ufs, local, journaled soft-updates)
devfs on /dev (devfs, local, multilabel)
/dev/ada0s1d on /expert (ufs, local, journaled soft-updates)
$ df -h

Код:
Filesystem      Size    Used   Avail Capacity  Mounted on
/dev/ada0s1a     24G    6.9G     15G    31%    /
devfs           1.0k    1.0k      0B   100%    /dev
/dev/ada0s1d    165G    107G     45G    70%    /expert
$ cat /etc/crontab

Код:
# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: release/9.2.0/etc/crontab 194170 2009-06-14 06:37:19Z brian $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
#
#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
$ pwd

Код:
/etc
 
Ответить с цитированием