How to create NULL files of specific size in solaris ?
Answers were Sorted based on User's Feedback
Answer / prabakaren
mkfile -size Filename
Eg: mkfile -10m file1
The above command will create a file names file1 which size
is 10 mb.
Is This Answer Correct ? | 8 Yes | 4 No |
Answer / raj
#touch file1
the touch command creates 0byte fiel which means null file
in the above cmd the file1 is a file with a size of 0byte
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kannan
/dev/null > filename
Note -Here, filename is which one we need to make as empty.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
mkfile -nv 10m sun. sun is a null file created with
10m of size
Is This Answer Correct ? | 5 Yes | 6 No |
How to change rsc ip in sun V490?
How do you find the number of Network card attached to your server ?
If a User Account is locked,which file you need to check and how do you get to know at what time it has been locked.
command to display default boot device
In Solaris, how to check the number of Users currently logged in ?
If you have multiple ethernet interfaces, how do you keep it from routing between them?
In veritas: which is the file to keep the information of subdisks, disk groups name, plex and volumes?
How to change network interface property in Solaris?
what is use of default users in solaris especilly nobady,noacess and nobady4
What is Sun Explorer ?
Where the veritas disk information store.
How will you take ufsdump and ufsrestore in a sing command line?