Monday, May 05, 2014

Create a test file in Linux or Solaris

# Create a 5MB file in Linux
fallocate -l 5M /tmp/5MegLin
# Create a 5MB file in Solaris
mkfile 5M /tmp/5MegSol
view raw gistfile1.txt hosted with ❤ by GitHub

No comments:

Followers