Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

8.6.33 Dummy-Dateien

Die folgenden Befehle erzeugen leere Dateien beliebiger Gr��e:

     $ dd if=/dev/zero    of=dateiname bs=1k count=5 # 5KB gro�e, aber leere Datei
     $ dd if=/dev/urandom of=dateiname bs=1M count=7 # 7MB mit Zufallsinhalt
     $ touch dateiname #erzeuge 0B Datei (wenn sie existiert, setze mtime neu)

Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire