Directories and Files

Each new Developer Server contains the following directories and files by default. The tilde ("~") represents the path /usr/home/login_name (the full path to the Developer Server's home directory). You see the path /usr/home/login_name only while you are connected to your Developer Server via Telnet or SSH. If you are connected to your Developer Server via FTP or HTTPD, the root directory is changed to /usr/home/login_name and becomes "/". % ls -l

total 7

drwxr-xr-x  2  bob   vuser  512  Apr 11 17:48  bin

drwxr-xr-x  2  bob   vuser  512  Feb  5 19:52  dev

drwxr-xr-x  3  bob   vuser  512  Jun 28 15:38  etc

drwxr-xr-x  3  bob   vuser  512  Jan  7 13:53  ftp

drwx--x--x  3  bob   vuser  512  Jun 19 16:35  tmp

drwxr-xr-x  9  bob   vuser  512  Jan 17 12:42  usr

drwx--x--x 10  bob   vuser  512  Jun 19 16:35  var

lrwxr-xr-x  1  root  vuser   19  Apr  1 10:31  www -> usr/local/etc/httpd

Back