HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- command to create a large file
Operating System - HP-UX
1835593
Members
2720
Online
110079
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-11-2003 06:02 AM
07-11-2003 06:02 AM
I'm trying to test someting and need to create a large file - about 5Gb. I can't think of the command to do this. Thanks for the help.
All paths lead to destiny
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:08 AM
07-11-2003 06:08 AM
Re: command to create a large file
dd if=/dev/zero bs=256k count=20000 of=mybigfile
If this is 10.20, you will need to create /dev/zero
mknod /dev/zero c 3 0x03
chmod 444 /dev/zero
If early 11.0,
mknod /dev/zero c 3 0x04
but you will probably already have /dev/zero on 11.x.
If this is 10.20, you will need to create /dev/zero
mknod /dev/zero c 3 0x03
chmod 444 /dev/zero
If early 11.0,
mknod /dev/zero c 3 0x04
but you will probably already have /dev/zero on 11.x.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 06:22 AM
07-11-2003 06:22 AM
Re: command to create a large file
thanks for the incredibly fast answers guys!!!
This forum is SUCH an incredibly useful tool... from critical issues to something stupid like this. Thanks for the answers and for the help
This forum is SUCH an incredibly useful tool... from critical issues to something stupid like this. Thanks for the answers and for the help
All paths lead to destiny
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP