Browsing Turkish translation

418 of 1398 results
418.

Sending a %s signal to a running `dd' process makes it
print I/O statistics to standard error and then resume copying.

$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill -%s $pid; sleep 1; kill $pid
18335302+0 records in
18335302+0 records out
9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s

Options are:

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

Çalışan bir `dd' sürecine %s sinyali göndermek, sürecin I/O
istatistiklerini standart hataya yazdırmasını ve kopyalamaya
devam etmesini sağlar.

$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill -%s $pid; sleep 1; kill $pid
18335302+0 kayıt girdi
18335302+0 kayıt çıktı
9387674624 bayt (9.4 GB) kopyalandı, 34.6279 saniye, 271 MB/s

Seçenekler:

Translated by Süleyman Özarslan
Reviewed by Deniz Akkus Kanca
In upstream:

Çalışan bir `dd' sürecine SIGUSR1 sinyali göndermek, sürecin I/O
istatistiklerini standart hataya yazdırmasını ve kopyalamaya
devam etmesini sağlar.

$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill -USR1 $pid; sleep 1; kill $pid
18335302+0 kayıt girdi
18335302+0 kayıt çıktı
9387674624 bayt (9.4 GB) kopyalandı, 34.6279 saniye, 271 MB/s

Seçenekler:

Suggested by Deniz Akkus Kanca
Located in src/dd.c:575
418 of 1398 results

This translation is managed by Ubuntu'yu Türkçe'ye Çevirenler Takımı, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.