Flux rss

[Shell]Create a file having a specific size

Published by netty5, last update on Wednesday October 29, 2008 04:43:22 AM by netty5

Shell]Create a file having a specific size






The dd command allows you to create "empty" file of desired size, creating these arbitrary heavy files, may be useful for testing purposes.

Use command below:

dd if=/dev/zero of=file_to-create bs=1k count=1000


This command results in the creation of an empty 1GB file

(1000 represents 1000 blocks of 1Kb)
Creation of file with specific size Creation of file with specific size The command dd allows you to create new files with specific size in order to avoid creating large sized file for testing purposes: dd if=/dev/zero of=file_to_create bs=1k count=1000 The above... en.kioskea.net/faq/sujet-1081-creation-of-file-with-specific-size
Powerpoint Error Hello, I have encountered a very strange problem while I save my ppt file its size gets larger (almost doubled) and many tmp files are simultaneously created. Also it guides me to open the file in safe mode?.. Can anyone guide me? Its kinds urgent as... en.kioskea.net/forum/affich-43125-powerpoint-error
I can t open files in my pen drive Hello, when I try to open a file/folder in my pen drive, it automatically opens my documents. when I check the file/folder size in its properties, it shows only some bytes, but when I check the pen drive's memory status, it shows the real staus.... en.kioskea.net/forum/affich-26943-i-can-t-open-files-in-my-pen-drive
Downloading UnZixWinDownloading UnZixWin UnZixWin Winzix appears to be a powerful freeware to read file extension .zix. It is designded to create file with a .zix extension. However this software is well known for loading Trojan and lots of spywares on... en.kioskea.net/faq/sujet-398-downloading-unzixwin
Publish a PDF file on your websitePublish a PDF file on your Website Proposing a PDF link on your own website is an operation that can seem quite easy if you are a professional webmaster and know how to effectively use HTML tags. For beginners in HTML, a PDF file can be... en.kioskea.net/faq/sujet-569-publish-a-pdf-file-on-your-website
Windows Error Codes and How to Fix themWindows Error Codes and How to Fix them Below is a list of the most common error codes that you an face while using Windows and its basic components. Some solutions have been provided for you to try to solve them. You should also note that... en.kioskea.net/faq/sujet-113-windows-error-codes-and-how-to-fix-them
32 gb pendrive Of kingston not restoring dataHello, i have 32 GB pendrive of Make Kingston. But its not working properly when i copied media files or size of more than 1Gb it will be currupt and when folder is copied with content the time of restoration on anothe r machine shows empy folder... en.kioskea.net/forum/affich-41505-32-gb-pendrive-of-kingston-not-restoring-data
Deleting a created fileHello, I have created a folder with a batch file that names the folder by the current date i.e. yyyymmdd. I need to be able to delete this folder on a daily basis and am having problems writing the batch file that would do this. This is the code I... en.kioskea.net/forum/affich-14494-deleting-a-created-file
Creating new folders and moving,renaimg filesHello, I need some with a code to help create 4,000 folders (1,000 dir, 3,000 sub dir) then move and rename over 35,000 files. I have a list of old paths and new paths in an Access 2003 db. They will also need to be moved from different network... en.kioskea.net/forum/affich-24358-creating-new-folders-and-moving-renaimg-files
Download Power Audio Recorder ProAudio Power Recorder is a tool allowing to perform an audio quality recording from an internal or external source. The created files can be exported in format WAV, MP3 and WMA directly without having to block your hard disk.Files can be read by the... en.kioskea.net/telecharger/telecharger-607-power-audio-recorder-pro
Download PicPerkPicPerk is an editor and a slide viewer of very popular picture. It supports the most part of the graphic formats such as JPEG, GIF, TIFF, BMP, PCX, WMF and TGA.Application allows to open files specific pictures, but also to view and to edit files... en.kioskea.net/telecharger/telecharger-716-picperk
Download DoPDF DoPDF is a converter of file PDF with personal or commercial usage. By using this program, you will be able to create files PDF by choosing order "impression " from any application.In a click, convert your documents Excel, Word or PowerPoint or else... en.kioskea.net/telecharger/telecharger-143-dopdf
'Machinimas' build bridge between film and videogamesActivision, Inc.'s "Call of Duty 4, Modern Warfare" video game. Machinimas, animation films that use characters pulled from video games, are popping up all over the Internet, highlighting the creativity of gamers and bringing together the worlds... en.kioskea.net/actualites/machinimas-build-bridge-between-film-and-videogames-10132-actualite.php3
The file system Even though hard drives can be very small, they still contain millions of bits and therefore need to be organised so that information can be located. This is the purpose of the file system. Remember that a hard drive is made up of several circular... en.kioskea.net/repar/filesys.php3
Linux - The shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines that are entered by the latter.... en.kioskea.net/linux/linshell.php3
Microsoft DOS - Files and directories In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have a maximum length... en.kioskea.net/dos/dosfich.php3