These classnotes are depreciated. As of 2005, I no longer teach the classes. Notes will remain online for legacy purposes

UNIX03/Populate Home Directory

Classnotes | UNIX03 | RecentChanges | Preferences

We next build the directory structure under Mort's account. This is very similar to what we did last time with Amavisd.

Create the /etc, /lib, and any other directory you need in the directory that the chroot() is done into.

 cd /home/web/mort 
 mkdir etc bin [dev lib]
(dev and lib are optional and are OS dependent. For Linux, we will need lib.)
 chown root.daemon etc bin 
 chmod 111 etc bin 


Classnotes | UNIX03 | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited June 14, 2003 3:13 am (diff)
Search:
(C) Copyright 2003 Samuel Hart
Creative Commons License
This work is licensed under a Creative Commons License.