- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- execute unix scripts from web.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 01:03 AM
тАО05-13-2011 01:03 AM
execute unix scripts from web.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 01:27 AM
тАО05-13-2011 01:27 AM
Re: execute unix scripts from web.
What, exactly, is "it"?
You might learn something from a Web search
for keywords, like, say:
cgi shell script
but my psychic powers are too weak to tell me
what you really want to do, or what you have
to do it with.
Is there some actual problem which you are
trying to solve? (Could you reveal it?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 01:43 AM
тАО05-13-2011 01:43 AM
Re: execute unix scripts from web.
reporting vmstr completion
history
Report errors from output files. Logs
Execute Install scripts
move to IUT ├в needs enhancement
e!Vista m- capture metric for build times and keep history
OMS - capture metric for build times and keep history
IOD - capture metric for build times and keep history
build nohup s- - start from one session, and pick up where you left off
must be able to recover from ClearCase errors that require a remount of view
developers could also use the utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 03:22 AM
тАО05-13-2011 03:22 AM
Re: execute unix scripts from web.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 04:15 AM
тАО05-13-2011 04:15 AM
Re: execute unix scripts from web.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 06:30 AM
тАО05-13-2011 06:30 AM
Re: execute unix scripts from web.
My suggestion is to accomplish what you want to do with a language, which is a bit more geared towards cgi/web interfacing (can you say PERL ?) and then port this to your web server. It will save you a ton of support headaches later down the road.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2011 09:34 AM
тАО05-13-2011 09:34 AM
Re: execute unix scripts from web.
e.g.
http://php.net/manual/en/function.exec.php
and depending on the function of the script, if it requires root privileged, you will need to suid the script (which is not recommended).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2011 09:02 PM
тАО05-17-2011 09:02 PM
Re: execute unix scripts from web.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2011 09:20 PM
тАО05-17-2011 09:20 PM
Re: execute unix scripts from web.
> were i can get details for CGI.Thank you
Define "good". Is Google broken?
> You might learn something from a Web search
> for keywords, like, say:
>
> cgi shell script
Still true, I believe.