Return to Lesson
Platform-Specific Details: Creating a Directory
UNIX:
mkdir ~/HTML
cd ~/HTML
DOS shell (Windows 95/NT):
mkdir c:\HTML
cd c:\HTML
Note:
If you want to publish pages
(making them available to others),
ask your system administrator:
- what directory name you should use (instead of "HTML")
- where it should appear in the directory hierarchy
- what "http:" URL others can use to get access to the directory
Return to Lesson