Sorry I fix two mistakes
The directory I was talking about is:
/usr/lpp/internet/*
The find command shouldn have an asterisk inside the file name
find / -name "*.java" -exec ls -l {} \ ; 2>/dev/null
find / -name "*.js" -exec ls -l {} \ ; 2>/dev/null
find / -name "*.html" -exec ls -l {} \ ; 2>/dev/null
find / -name "*.htm" -exec ls -l {} \ ; 2>/dev/null
find / -name "*.cgi" -exec ls -l {} \ ; 2>/dev/null
Luis Miguel Martinez <[EMAIL PROTECTED]> escribió:
Under the directory below, you can find out java, javascript,html,cgi and
some stuff related to HTTP server that can help you ... in fact you can try
from root to scan entirely USS:
If you have UID 0 ( super user) then take off :
2>/dev/null
If you don´t have UID 0 (super user) then add :
2>/dev/null
or
2>/tmp/nulo.txt
find / -name ".java" -exec ls -l {} \ ; 2>/dev/null
find / -name ".js" -exec ls -l {} \ ; 2>/dev/null
find / -name ".html" -exec ls -l {} \ ; 2>/dev/null
find / -name ".htm" -exec ls -l {} \ ; 2>/dev/null
find / -name ".cgi" -exec ls -l {} \ ; 2>/dev/null
"Paul [EMAIL PROTECTED]" escribió:
Just curious; not quite a belated "Friday" topic:
On a completely different system, I found some fun Java
demos. But analogues appear to exist on our z/OS system in:
/usr/lpp/java/*/demo/applets/*/exampl*.html
... (YMMV; perhaps enormously; try "find /usr/lpp/java -name applets".)
Do these actually run on z/OS? What HTTPD? What configuration? What
collateral requirements? Might the underlying applets be liberated
and run outsidt HTTP (I don't know how to do this under the other OS,
either.)
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Luis Miguel Martinez Chavez
IT Specialist
DB2 ZOS/LUW
Solaris/Linux/AIX
http://www.dinoland.com.ar/phpBB2/index.php
---------------------------------
¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:
http://correo.yahoo.com.mx/
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Luis Miguel Martinez Chavez
IT Specialist
DB2 ZOS/LUW
Solaris/Linux/AIX
http://www.dinoland.com.ar/phpBB2/index.php
---------------------------------
¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:
http://correo.yahoo.com.mx/
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html