- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating executable/binary files
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
тАО08-12-2003 07:03 PM
тАО08-12-2003 07:03 PM
Creating executable/binary files
Is there a way which I can specify the dd command or the prealloc command to specifically create a binary/executable(something like an a.out file) in HP11?
If there aren't, could someone then show me other utilities in HP11 which could perform such task?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 01:47 AM
тАО08-13-2003 01:47 AM
Re: Creating executable/binary files
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 02:20 AM
тАО08-13-2003 02:20 AM
Re: Creating executable/binary files
options:
on every kind of file:
chmod ugo+x filename
if you are using a compiler:
compile it and change permission with above command.
if creating a shell script:
chmod ugo+x filename
With prealloc of dd you can only prealloc a bunch of zeros/ copy a file.
What do you want to do ? If you explain, it would be better...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 02:44 AM
тАО08-13-2003 02:44 AM
Re: Creating executable/binary files
All I intended to do was to create a new file i.e. a binary or machine executable file, besides being generated from some source codes.
Purpose is test the compression ratio for these files using the available UNIX compression utilities.
I'm not wanting to change the mode of a file (as described by Massimo).
Hope this explains.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 02:54 AM
тАО08-13-2003 02:54 AM
Re: Creating executable/binary files
You may take a copy of them to test the compression utilities.
Rgds,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 02:55 AM
тАО08-13-2003 02:55 AM
Re: Creating executable/binary files
Known to be scarsable compressable:
/stand/vmunix
Various:
all files in /usr/bin
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2003 03:22 AM
тАО08-13-2003 03:22 AM
Re: Creating executable/binary files
-compile source code using c++, gcc, or another compiler.
-shc - shc is a utility that will convert a shell script into a binary executable. I've used this a lot to protect scripts i've written.
I have the shc tar.gz file but it's 1.6 Mb so I can't attach it. you can find SHC here:
http://www.datsi.fi.upm.es/~frosal/frosal.html