![]() |
![]() Spring Semester 2003 |
While
this hand is here the file is being updated.
(Once I am done I will remove the hand.)
touch smile
"
at command line what will happen next?
chmod -r *
"?
kill
" command?
umask
?
..
directory?
bin
,
cgi-bin
, conf
, htdocs
,
man
, phpsessions
, logs
.
cvf
and xvf
stand for
in tar
and jar
archiving commands?
du
in Unix?
netstat
" command in Unix?
insert
and update
,
delete
and drop
in mySQL?
-r-x--x---
mean?
=
and ==
?
%ENV
?
tar
and where in the
class did it matter which tar
we were using?
web.xml
file?
doPost
and doGet
method?
.crshc
file in your home directory contain?
~/.cshrc
and
/.cshrc
?
./cshrc
and
/.cshrc
?
cronatb -l
do?
type="submit"
value to
type="button"
when using JavaScript?
<%
and <%!
syntax when using JSP?
configure
, make
and
make install
?
source
command
after you edit your .cshrc
or .login
files?
httpd.conf
in the new Apache server's
conf
directory, what do you need to change at the very least?
vi
?
make
" command do?
$x[$#x]
means in Perl.
QUERY_STRING
?
id_num
" and "name
" of
those people whose "income
" is more than $50,000 if all the information
is in a table called "people
"?
GenericServlet
and HttpServlet
?
cp
if there is such a thing?
QUERY_STRING
from a servlet?
HttpSession
object?
action
atribute in an HTML form?
crontab
statement executes every Monday at midnight?
tosession.save_path = /tmp
and where did we make this change?session.save_path = /u/username/apache/apache_1.3.26/phpsessions
dgerman
within their name?
logs
directory, there is a very helpful file called error_logs
where the error messages print when you have errors running a Perl script from the browser. It can get very
large. So you delete it and create a new empty one. You once again have errors that should show up in this new
error_log
, but nothing gets written to it. How do you get Apache to start writing to your new
error_log
?
httpd.conf
file, we had the
parameter KeepAlive On
. What does this
mean in this context?
int
and an Integer
in Java?
BankAccount
class in Java, Perl, and Javascript.