Home > Advice and how-to > Using your computer > Using "clue" (LS.Berkeley.EDU)
This page is being maintained for archival purposes only. The clue server was retired in 2011.
The main L&S web server, LS.Berkeley.EDU, is nicknamed "clue." It provides web service to L&S and related departments. This article describes how to connect to and use the server.
All connections to clue must be secure, in accordance with the campus Minimum Security Standards. There are a number of secure file transfer clients, and recent versions of most web editing software (such as Dreamweaver MX or later) also include secure file transfer functions.
/ls/htdocs/dept/<department_name> directory. If you
create a file named index.html (or index.htm, or
index.php) in that
directory, it will by default become your "home" page.public_html in your
home directory, and place CGI scripts there (with a .cgi or
.pl file extension). Or, mail sysadmin@LS.Berkeley.EDU to
request that your CGI be installed in the system cgi-bin directory. Generally, we recommend that CGIs which will be in
ongoing production on your live web site be placed in the cgi-bin directory;
you can use public_html for test purposes.
/web/<department_name>/logs
directory; otherwise, they are in /web/main/logs.http://<host_name>/stats.
quota -v
command. chmod g+w <filename>" will set a file or directory to be group-writable.
If you add the command "umask 002" to your .login file, all
files you create will be group-writable.
See also: