Results 1 to 6 of 6

Thread: How to use linux dd command

  1. #1
    Join Date
    Nov 2009
    Posts
    49

    How to use linux dd command

    How to utilize Linux dd command and what does it do. I had read in article that is it original UNIX utilities and it is a tool that is able to strip headers, it can also remove parts of binary files and write into the center of floppy disks; I also heard that it is used by Linux kernel Make files to generate boot pictures. It is capable to be used to copy and convert magnetic tape arrangements, convert connecting ASCII and EBCDIC, swap bytes, and force to higher and lowercase. How to utilize this command.

  2. #2
    Join Date
    Apr 2009
    Posts
    1,107

    Re: how to use linux dd command

    The Disk Definition (dd) approach from IBM’s Job Control Language and rapidly became one of the additional influential and recurrently used low-level UNIX and Linux commands. Information backup is one of the mainly recurrent uses of this influential command. You be able to generate a byte-exact copy of a separation saving it to file or duplicating it to an additional hard drive. With the capability to restore this byte-exact copy anytime using the dd command again.

  3. #3
    Join Date
    Apr 2009
    Posts
    970

    Re: How to use linux dd command

    The dd command has been approximately for over 30 years, rewritten frequent times, ported to a number of dissimilar systems, and has withstood the test of time. The dd command is fraction of the fileutils package on mainly Linux allocation and, to this day, is an important tool for Linux administrators and users similar. Other uses of the Linux dd command contain creating a supplementary swapfile on a working server, benchmarking your hard drive, safely and securely erasing your hard drive, and much additional.

  4. #4
    Join Date
    Apr 2009
    Posts
    994

    Re: How to use linux dd command

    The dd command uses the obsolete if and of declaration. You be able to basically believe of it as contribution file and production file. The dd if=input-file of=output-file. For illustration: dd if =/dev/sda of=/dev/sdb. This command would clone the information situated on /dev/sda to /dev/sdb. Maintain in mind that Linux devices are formatted as /dev/sd, where is the letter given to a scrupulous apparatus. This is then followed by a particular numeral signifying the separation on that apparatus. For illustration: dd if=/dev/sda3 of=/my-home-directory/mybackupfile.bak would create a byte-exact clone of your sda3 separation to a file called mybackupfile.bak in your home directory.

  5. #5
    Join Date
    Nov 2009
    Posts
    758

    Re: How to use linux dd command

    The ' dd ' command is one of the innovative UNIX utilities and be supposed to be in everyone's tool box. It is able to strip headers, remove parts of binary files and write into the center of floppy disks; it is used by the Linux kernel Make files to create boot pictures. It is able to be used to copy and exchange magnetic tape formats, exchange connecting ASCII and EBCDIC, swap bytes, and force to superior and lowercase.

  6. #6
    Join Date
    Nov 2009
    Posts
    792

    Re: How to use linux dd command

    For blocked I/O, the dd command has no antagonism in the standard tool set. One might write a convention efficiency to do unambiguous I/O or formatting but, as dd is previously obtainable approximately all over the place, it makes sense to utilize it. Like mainly well-behaved commands, dd reads from its standard input and writes to its standard output, unless a command line requirement has been given. This permits dd to be used in pipes, and tenuously with the rsh remote shell command.

Similar Threads

  1. Need suggestion about rm command in linux
    By Jagjeet-J in forum Operating Systems
    Replies: 7
    Last Post: 29-11-2011, 04:44 PM
  2. netstat command in Linux
    By Bruno007 in forum Tips & Tweaks
    Replies: 3
    Last Post: 14-09-2010, 07:55 PM
  3. Linux history command and fc command
    By Alkesh jain in forum Operating Systems
    Replies: 3
    Last Post: 26-05-2009, 07:53 PM
  4. Linux passwd command
    By gvBlake in forum Operating Systems
    Replies: 5
    Last Post: 13-01-2009, 10:32 AM
  5. Creating a Linux command
    By Markos in forum Software Development
    Replies: 1
    Last Post: 03-01-2009, 08:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,282,519.38666 seconds with 17 queries