Sleep (command) (original) (raw)

About DBpedia

في الحوسبة ، يعتبر sleep هو أمر في أنظمة التشغيل يونكس وشبيه يونكس وأنظمة التشغيل الأخرى التي تعلق تنفيذ البرنامج لفترة محددة.

thumbnail

Property Value
dbo:abstract في الحوسبة ، يعتبر sleep هو أمر في أنظمة التشغيل يونكس وشبيه يونكس وأنظمة التشغيل الأخرى التي تعلق تنفيذ البرنامج لفترة محددة. (ar) Sleep és una ordre Unix que atura l'execució d'un programa en l'intèrpret d'ordres durant un temps especificat. (ca) sleep (anglicky sleep – spát, uspat) je standardní UN*Xový program, sloužící přerušení funkce na určitou dobu. Jeho typické využití je v skriptech. (cs) sleep ist ein Kommandozeilenbefehl, welcher in Unix, unixoiden Betriebssystemen, Windows und FreeDOS als Systemaufruf einen laufenden Prozess für eine festgelegte Zeitspanne pausiert. (de) sleep es un comando de la familia de los Sistemas Operativos Unix que permite suspender (bloquear) la ejecución actual por un intervalo de tiempo determinado. Es muy usado cuando se requiere postergar el lanzamiento de algún comando. En la mayoría de las implementaciones de este comando, es posible indicarle el intervalo por medio de un único valor entero, que es interpretado en segundos.​ En los sistemas operativos GNU/Linux este comando permite la utilización de más de un valor y con la posibilidad de la utilización de coma flotante. Los múltiples valores son totalizados, y de esta forma se determina el intervalo de tiempo. Adicionalmente en la invocación del comando es posible indicarle por medio de un sufijo, alguna unidad de tiempo soportada: segundos, minutos, horas o días. sleep forma parte del paquete de software GNU Coreutils.​ (es) sleep est une commande Unix qui est une enveloppe (wrapper en anglais) de l'appel système sleep(sec) qui suspend l'exécution du processus pendant un intervalle de temps passé en paramètre. (fr) In computing, sleep is a command in Unix, Unix-like and other operating systems that suspends program execution for a specified time. (en) sleep은 지정된 시간 동안 프로그램 실행을 시키는 유닉스 명령 줄 프로그램이다. 이 sleep 명령은 적어도 지정된 초 (기본값), 분, 시간, 날 동안 호출 중인 프로세스를 유예한다. (ko) sleep (dormi) è un semplice comando dei sistemi operativi Unix e Unix-like, e più in generale dei sistemi POSIX, che consente di inserire delle pause negli shell script o comunque nelle combinazione di comandi in riga di comando. (it) sleep(スリープ)は、プログラムの実行を指定された時間だけ中断する、UNIXのコマンドラインプログラムである。sleepコマンドは呼び出したプロセスを、指定された値の秒(デフォルト)、分、時間、日よりも長い間だけ中断する。 (ja) sleep - uniksowe polecenie oczekujące zadany czas. * sleep [liczba][s,m,h,d] liczba w większości implementacji powinna być wyrażona liczbą całkowitą, nowe wersje GNU Coreutils dopuszczają wartości zmiennoprzecinkowesekund, minut, godzin, dni W systemie GNU ten program jest w pakiecie GNU Coreutils. (pl) sleep — unix-утилита, выполняющая задержку на указанное время (например, при исполнении shell-сценария) Входит, например, в GNU Coreutils. (ru) sleep — unix-утиліта, що зупиняє виконання скрипту на вказаний час. Входить в GNU Coreutils. (uk) sleep是一个Unix的命令行程序,可以挂起执行程序一段指定时间。sleep指令可以将调用它的进程挂起至少指定秒(默认)、分、时或天。 (zh)
dbo:computingPlatform dbr:Cross-platform
dbo:developer dbr:AT&T_Bell_Laboratories dbr:Microsoft dbr:Microware
dbo:genre dbr:Command_(computing)
dbo:license dbr:GPLv2 dbr:MIT_License dbr:Coreutils
dbo:operatingSystem dbr:Unix dbr:Unix-like dbr:V_(operating_system) dbr:FreeDOS dbr:MSX-DOS dbr:Plan_9_from_Bell_Labs dbr:IBM_i dbr:Inferno_(operating_system) dbr:KolibriOS dbr:Microsoft_Windows dbr:OS-9
dbo:programmingLanguage dbr:C_(programming_language)
dbo:thumbnail wiki-commons:Special:FilePath/Sleepunix.png?width=300
dbo:wikiPageID 2896736 (xsd:integer)
dbo:wikiPageLength 7555 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1123779207 (xsd:integer)
dbo:wikiPageWikiLink dbr:PowerShell dbr:Windows_API dbr:X/Open dbr:Batch_file dbr:Alias_(command) dbc:IBM_i_Qshell_commands dbc:Inferno_(operating_system)_commands dbr:Unix dbr:Unix-like dbr:UnxUtils dbr:V_(operating_system) dbr:AT&T_Bell_Laboratories dbr:GPLv2 dbr:GPLv3+ dbr:Command_(computing) dbr:Cross-platform dbc:Unix_process-_and_task-management-related_software dbr:Native_(computing) dbr:Cmd.exe dbr:FreeDOS dbr:GNU_General_Public_License dbr:Linux dbr:MSX-DOS dbr:Single_Unix_Specification dbr:Computing dbc:Microcomputer_software dbr:C_(programming_language) dbr:Wget dbr:GNU dbr:GNU_Project dbr:ASCII_Corporation dbr:Floating_point dbr:Process_(computing) dbc:Plan_9_commands dbc:Unix_SUS2008_utilities dbr:Plan_9_from_Bell_Labs dbr:IBM_i dbr:Inferno_(operating_system) dbr:KolibriOS dbr:Microsoft dbr:Microsoft_Windows dbr:Microware dbr:OS-9 dbr:Operating_system dbr:MIT_License dbr:Sleep_(system_call) dbr:Coreutils dbr:Porting dbr:Ancient_Unix dbr:Cmdlet
dbp:caption The command (en)
dbp:developer AT&T Bell Laboratories, Microsoft, Microware, Trane Francks (en)
dbp:genre dbr:Command_(computing)
dbp:license dbr:GPLv3+ dbr:Coreutils Plan 9: MIT License (en) FreeDOS: GPLv2 (en)
dbp:name sleep (en)
dbp:operatingSystem dbr:Unix dbr:Unix-like dbr:V_(operating_system) dbr:FreeDOS dbr:MSX-DOS dbr:Plan_9_from_Bell_Labs dbr:IBM_i dbr:Inferno_(operating_system) dbr:KolibriOS dbr:Microsoft_Windows dbr:OS-9
dbp:platform dbr:Cross-platform
dbp:programmingLanguage dbr:C_(programming_language)
dbp:screenshot Sleepunix.png (en)
dbp:wikiPageUsesTemplate dbt:Plan_9_commands dbt:Unix_commands dbt:Code dbt:Infobox_software dbt:Mono dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Wikibooks dbt:Core_Utilities_commands dbt:Man dbt:Windows_commands dbt:Lowercase
dct:subject dbc:IBM_i_Qshell_commands dbc:Inferno_(operating_system)_commands dbc:Unix_process-_and_task-management-related_software dbc:Microcomputer_software dbc:Plan_9_commands dbc:Unix_SUS2008_utilities
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397
rdfs:comment في الحوسبة ، يعتبر sleep هو أمر في أنظمة التشغيل يونكس وشبيه يونكس وأنظمة التشغيل الأخرى التي تعلق تنفيذ البرنامج لفترة محددة. (ar) Sleep és una ordre Unix que atura l'execució d'un programa en l'intèrpret d'ordres durant un temps especificat. (ca) sleep (anglicky sleep – spát, uspat) je standardní UN*Xový program, sloužící přerušení funkce na určitou dobu. Jeho typické využití je v skriptech. (cs) sleep ist ein Kommandozeilenbefehl, welcher in Unix, unixoiden Betriebssystemen, Windows und FreeDOS als Systemaufruf einen laufenden Prozess für eine festgelegte Zeitspanne pausiert. (de) sleep est une commande Unix qui est une enveloppe (wrapper en anglais) de l'appel système sleep(sec) qui suspend l'exécution du processus pendant un intervalle de temps passé en paramètre. (fr) In computing, sleep is a command in Unix, Unix-like and other operating systems that suspends program execution for a specified time. (en) sleep은 지정된 시간 동안 프로그램 실행을 시키는 유닉스 명령 줄 프로그램이다. 이 sleep 명령은 적어도 지정된 초 (기본값), 분, 시간, 날 동안 호출 중인 프로세스를 유예한다. (ko) sleep (dormi) è un semplice comando dei sistemi operativi Unix e Unix-like, e più in generale dei sistemi POSIX, che consente di inserire delle pause negli shell script o comunque nelle combinazione di comandi in riga di comando. (it) sleep(スリープ)は、プログラムの実行を指定された時間だけ中断する、UNIXのコマンドラインプログラムである。sleepコマンドは呼び出したプロセスを、指定された値の秒(デフォルト)、分、時間、日よりも長い間だけ中断する。 (ja) sleep - uniksowe polecenie oczekujące zadany czas. * sleep [liczba][s,m,h,d] liczba w większości implementacji powinna być wyrażona liczbą całkowitą, nowe wersje GNU Coreutils dopuszczają wartości zmiennoprzecinkowesekund, minut, godzin, dni W systemie GNU ten program jest w pakiecie GNU Coreutils. (pl) sleep — unix-утилита, выполняющая задержку на указанное время (например, при исполнении shell-сценария) Входит, например, в GNU Coreutils. (ru) sleep — unix-утиліта, що зупиняє виконання скрипту на вказаний час. Входить в GNU Coreutils. (uk) sleep是一个Unix的命令行程序,可以挂起执行程序一段指定时间。sleep指令可以将调用它的进程挂起至少指定秒(默认)、分、时或天。 (zh) sleep es un comando de la familia de los Sistemas Operativos Unix que permite suspender (bloquear) la ejecución actual por un intervalo de tiempo determinado. Es muy usado cuando se requiere postergar el lanzamiento de algún comando. En la mayoría de las implementaciones de este comando, es posible indicarle el intervalo por medio de un único valor entero, que es interpretado en segundos.​ (es)
rdfs:label سليب (أمر) (ar) Sleep (ca) Sleep (cs) Sleep (Kommandozeilenbefehl) (de) Sleep (Unix) (es) Sleep (Unix) (fr) Sleep (Unix) (it) Sleep (유닉스) (ko) Sleep (UNIX) (ja) Sleep (Unix) (pl) Sleep (command) (en) Sleep (ru) Sleep (Unix) (zh) Sleep (uk)
owl:sameAs wikidata:Sleep (command) dbpedia-ar:Sleep (command) dbpedia-ca:Sleep (command) dbpedia-cs:Sleep (command) dbpedia-de:Sleep (command) dbpedia-es:Sleep (command) dbpedia-fa:Sleep (command) dbpedia-fr:Sleep (command) dbpedia-he:Sleep (command) dbpedia-hu:Sleep (command) dbpedia-it:Sleep (command) dbpedia-ja:Sleep (command) dbpedia-ko:Sleep (command) dbpedia-pl:Sleep (command) dbpedia-ro:Sleep (command) dbpedia-ru:Sleep (command) dbpedia-sk:Sleep (command) dbpedia-tr:Sleep (command) dbpedia-uk:Sleep (command) dbpedia-zh:Sleep (command) https://global.dbpedia.org/id/4rsK3
prov:wasDerivedFrom wikipedia-en:Sleep_(command)?oldid=1123779207&ns=0
foaf:depiction wiki-commons:Special:FilePath/Sleepunix.png
foaf:isPrimaryTopicOf wikipedia-en:Sleep_(command)
foaf:name sleep (en)
is dbo:wikiPageDisambiguates of dbr:Sleep_(disambiguation)
is dbo:wikiPageRedirects of dbr:Sleep_(Unix) dbr:Sleep_(Unix_command)
is dbo:wikiPageWikiLink of dbr:Qshell dbr:List_of_Unix_commands dbr:UnxUtils dbr:V_(operating_system) dbr:MSX-DOS dbr:BusyBox dbr:Toybox dbr:List_of_GNU_packages dbr:List_of_Inferno_applications dbr:List_of_Plan_9_applications dbr:KolibriOS dbr:OS-9 dbr:Sleep_(disambiguation) dbr:Sleep_(system_call) dbr:Research_Unix dbr:Sleep_(Unix) dbr:Sleep_(Unix_command)
is foaf:primaryTopic of wikipedia-en:Sleep_(command)