about summary refs log tree commit diff stats
path: root/core/configure.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-02-18 06:59:21 +0000
committerSilvino Silva <silvino@bk.ru>2017-02-18 06:59:21 +0000
commitbb078eb6dcd67616e4e57b8df7cf8bc0dbd8ffa9 (patch)
treecb88b7d25e1cc8b4a727443bad339ef2692de542 /core/configure.html
parentd11608eafc201f6fc5e6fad86eb76908f489deda (diff)
downloaddoc-bb078eb6dcd67616e4e57b8df7cf8bc0dbd8ffa9.tar.gz
install update to crux 3.3
Diffstat (limited to 'core/configure.html')
-rw-r--r--core/configure.html93
1 files changed, 31 insertions, 62 deletions
diff --git a/core/configure.html b/core/configure.html
index d025de8..d3d9318 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -171,8 +171,21 @@
 
         <h3>1.2.4.2. Create Administrator User</h3>
 
+	<p>Description of most default pretinent groups;</p>
+
+	<dl>
+		<dt>adm</dt>
+		<dd>Administration group.</dd>
+		<dt>ftp</dt>
+		<dd>Access to files served by ftp.</dd>
+		<dt>users</dt>
+		<dd>Standard users group.</dd>
+		<dt>wheel</dt>
+		<dd>Administration group used to give access to sudo.</dd>
+	</dl>
+
         <pre>
-        # useradd -U -m -k /etc/skel -s /bin/bash c9admin
+        # useradd -m -k /etc/skel -s /bin/bash -U -G adm,wheel,audio,video,users c9admin
         # passwd c9admin
         </pre>
 
@@ -217,64 +230,20 @@
         # /etc/fstab: static file system information
         #
         # &lt;file system&gt;        &lt;dir&gt;     &lt;type&gt;    &lt;options&gt;                        &lt;dump&gt; &lt;pass&gt;
-
-        #/dev/#EXT4FS_ROOT#    /         ext4      defaults                         0      1
-        #/dev/#BTRFS_ROOT#     /         btrfs     defaults                         0      0
-        #/dev/#XFS_ROOT#       /         xfs       defaults                         0      0
-        #/dev/#SWAP#           swap      swap      defaults                         0      0
-        #/dev/#EXT4FS_HOME#    /home     ext4      defaults                         0      2
-        #/dev/#BTRFS_HOME#     /home     btrfs     defaults                         0      0
-        #/dev/#XFS_HOME#       /home     xfs       defaults                         0      0
-        #/dev/cdrom            /cdrom    iso9660   ro,user,noauto,unhide            0      0
-        #/dev/dvd              /dvd      udf       ro,user,noauto,unhide            0      0
-        #/dev/floppy/0         /floppy   vfat      user,noauto,unhide               0      0
-        #tmp                   /tmp      tmpfs     defaults                         0      0
-        shm                   /dev/shm  tmpfs     defaults                         0      0
-        #usb                   /proc/bus/usb usbfs defaults                         0      0
-
-        devpts                 /dev/pts  devpts    noexec,nosuid,gid=tty,mode=0620  0      0
-
-        #/
-        #/dev/sda3:
-        UUID=c8776551-2a98-4335-9fcd-e337331216dd	/		ext4	defaults			0	0
-
-        #/boot
-        #/dev/sda2:
-        UUID=3b408790-65e1-4638-9591-7ba61f266913	/boot		ext4	defaults,nodev,noexec,nosuid	0	0
-
-        #/boot/efi
-        #/dev/sda1:
-        UUID=962D-0DE1					/boot/efi	vfat    umask=0077			0       0
-
-        #/var
-        #/dev/sda4:
-        UUID=f0b112e2-6761-472f-b41e-e9c8ccd27702	/var            ext4    defaults,nodev,noexec,nosuid	0       0
-
-        #/usr
-        #/dev/sda6:
-        UUID=35755a81-89b2-4f84-a945-5185d1d3b10b	/usr            ext4    defaults,nodev			0       0
-
-        #/tmp
-        #/dev/sda5:
-        UUID=1325ee41-27c9-4621-ab69-125bb6e1c63b	/tmp            ext4    defaults,nodev,nosuid,noexec	0	0
-
-        #/home
-        #/dev/sda7
-        UUID=0ccd903c-b9e2-425f-bd30-78682ffce361   	/home           ext4    defaults,nodev,nosuid		0       0
-
-
-        #/usr/ports
-        #/dev/sda8
-        #UUID=d1df6743-d3cb-4d5a-badb-96cef3181095   	/usr/ports       ext4    defaults,nodev,nosuid,noexec	0       0
-
-        #/usr/ports/work
-        pkgmk   					/usr/ports/work tmpfs size=30G,gid=101,uid=101,defaults 0 	0
-
-
-        #swap
-        #/dev/sda9:
-        UUID=2925bf9d-6111-43cb-ab3f-2d95c55e40ca  none            	swap    sw              		0       0
-
+        /dev/sda4 on / type ext4 (rw,relatime,data=ordered)
+        /dev/sda3 on /boot type ext4 (rw,relatime,data=ordered)
+        /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
+        /dev/sda5 on /var type ext4 (rw,relatime,data=ordered)
+        /dev/sda6 on /usr type ext4 (rw,relatime,data=ordered)
+        /dev/sda8 on /home type ext4 (rw,relatime,data=ordered)
+
+        devtmpfs on /dev type devtmpfs (rw,nosuid,noatime,size=8192k,nr_inodes=16384,mode=755)
+        devpts on /dev/pts type devpts (rw,relatime,mode=600)
+        shm on /dev/shm type tmpfs (rw,relatime)
+        proc on /proc type proc (rw,relatime)
+        sysfs on /sys type sysfs (rw,relatime)
+
+        pkgmk                                           /usr/ports/work tmpfs size=30G,gid=102,uid=101,defaults 0    0
         # End of file
         </pre>
 
@@ -286,7 +255,7 @@
 
         <p>Edit /etc/rc.conf and define keyboard layout, hostname and timezone,
         more information about
-        <a href="http://crux.nu/Main/Handbook3-1#ConfigurationVariables">configuration variables</a>.
+        <a href="http://crux.nu/Main/Handbook3-3#ConfigurationVariables">configuration variables</a>.
         </p>
 
         <pre>
@@ -299,14 +268,14 @@
         TIMEZONE="Europe/Lisbon"
         HOSTNAME=c9
         SYSLOG=sysklogd
-        SERVICES=(lo net crond)
+        SERVICES=(lo iptables wlan crond)
 
         # End of file
         </pre>
 
         <a href="index.html">Core OS Index</a>
         <p>This is part of the c9 Manual.
-        Copyright (C) 2016
+        Copyright (C) 2017
         c9 team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>