- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- running a dos command from hp-ux 11.0
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
Forums
Discussions
Discussions
Discussions
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
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
01-02-2002 11:37 AM
01-02-2002 11:37 AM
running a dos command from hp-ux 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 12:19 PM
01-02-2002 12:19 PM
Re: running a dos command from hp-ux 11.0
(no offense meant..)
This is UNIX...and it does not matter if it ends in .bat or .exe or .whatever.
A file is executable based on 1) that the coding within the works and 2)that the permissions set on the file include 'x' for executable
4=read
2=write
1=execute
So 7 would allow a file to be read/write/execute. This is set using the chmod command option:
chmod 777
...makes it rwx for owner/group/everyone else
The executable file can be written in any code the system is able to 'compile/execute'-be it script for cshell,bourne_shell,posix_shell, C, C++, Java, SQL, etc...
Hope that helps,
Rita
..unless your meaning how do I convert a file from DOS to UNIX..than the command is:
dos2unix
..and the reverse is true also:
unix2dos
Rgrds,
Rit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 12:23 PM
01-02-2002 12:23 PM
Re: running a dos command from hp-ux 11.0
But still many thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 01:10 PM
01-02-2002 01:10 PM
Re: running a dos command from hp-ux 11.0
http://www.openssh.org/windows.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 12:40 PM
01-03-2002 12:40 PM
Re: running a dos command from hp-ux 11.0
Now you can enable IIS (a very bad thing if you have not kept NT up to date on patches) and see what services are available. I think that NT does not have any incoming telnet at all (must use a 3rd party program), but Win2000 does provide what HP-UX knows as a telnet daemon (telnetd).
You can start telnet server in Win2000 with the DOS command: net start tlntsvr (may require MMC services to be configured).
Bill Hassell, sysadmin