Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:changehomedir 2009/05/13 13:18 | howto:changehomedir 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| mkdir /ffp/home/test; | mkdir /ffp/home/test; | ||
| chown test /ffp/home/test/'' | chown test /ffp/home/test/'' | ||
| + | |||
| ===== create startup script that changes homedirectory ===== | ===== create startup script that changes homedirectory ===== | ||
| Line 15: | Line 16: | ||
| ''echo "!/bin/sh" > /ffp/start/sethomes.sh; | ''echo "!/bin/sh" > /ffp/start/sethomes.sh; | ||
| - | chmod +x /fpp/start/sethomes.sh'' | + | chmod +x /ffp/start/sethomes.sh'' |
| For each user append the script with the following: | For each user append the script with the following: | ||