<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fbg</id>
	<title>Comandos de la terminal/bg - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fbg"/>
	<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/bg&amp;action=history"/>
	<updated>2026-04-04T19:18:47Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/bg&amp;diff=5569&amp;oldid=prev</id>
		<title>Rrc en 20:57 27 jun 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/bg&amp;diff=5569&amp;oldid=prev"/>
		<updated>2014-06-27T20:57:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#bg | bg]]&lt;br /&gt;
&lt;br /&gt;
== bg ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# which bg&lt;br /&gt;
which: no bg in (/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin)&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# bg --help&lt;br /&gt;
-bash: bg: --: invalid bg: usage: bg [job_spec ...]&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# bg --version&lt;br /&gt;
-bash: bg: --: invalid option&lt;br /&gt;
bg: usage: bg [job_spec ...]&lt;br /&gt;
&lt;br /&gt;
bg es un comando de bash. No existe el archivo bg en el disco duro.&lt;br /&gt;
&lt;br /&gt;
 bg [jobspec ...]&lt;br /&gt;
              Resume each suspended job jobspec in the background,  as  if  it&lt;br /&gt;
              had been started with &amp;amp;.  If jobspec is not present, the shell&amp;#039;s&lt;br /&gt;
              notion of the current job is used.  bg jobspec returns 0  unless&lt;br /&gt;
              run  when  job control is disabled or, when run with job control&lt;br /&gt;
              enabled, any specified jobspec was  not  found  or  was  started&lt;br /&gt;
              without job control.&lt;br /&gt;
&lt;br /&gt;
  Reanude cada trabajo suspendido jobspec en el fondo, como si se había comenzado con &amp;amp;.&lt;br /&gt;
  Si jobspec no está presente, la noción de la terminal del trabajo corriente se usa.&lt;br /&gt;
  el bg jobspec vuelve 0 a menos que no dirigido cuando el control de trabajo es el&lt;br /&gt;
  minusválido o, cuando dirigido con el control de trabajo permitido,&lt;br /&gt;
  cualquiera especificó que jobspec no se encontró o se comenzó sin el control de trabajo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ./KillIt &amp;gt; File&lt;br /&gt;
&lt;br /&gt;
^Z&lt;br /&gt;
[1]+  Stopped                 ./KillIt &amp;gt; File&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ tail -f File&lt;br /&gt;
Num es 416141 y PID es 9800&lt;br /&gt;
Num es 416142 y PID es 9800&lt;br /&gt;
Num es 416143 y PID es 9800&lt;br /&gt;
Num es 416144 y PID es 9800&lt;br /&gt;
Num es 416145 y PID es 9800&lt;br /&gt;
Num es 416146 y PID es 9800&lt;br /&gt;
Num es 416147 y PID es 9800&lt;br /&gt;
Num es 416148 y PID es 9800&lt;br /&gt;
Num es 416149 y PID es 9800&lt;br /&gt;
Num es 416150 y PID es 9800&lt;br /&gt;
^C&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ bg&lt;br /&gt;
[1]+ ./KillIt &amp;gt; File &amp;amp;&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ tail -f File&lt;br /&gt;
Num es 2433831 y PID es 9800&lt;br /&gt;
Num es 2433832 y PID es 9800&lt;br /&gt;
Num es 2433833 y PID es 9800&lt;br /&gt;
Num es 2433834 y PID es 9800&lt;br /&gt;
Num es 2433835 y PID es 9800&lt;br /&gt;
Num es 2433836 y PID es 9800&lt;br /&gt;
Num es 2433837 y PID es 9800&lt;br /&gt;
Num es 2433838 y PID es 9800&lt;br /&gt;
Num es 2433839 y PID es 9800&lt;br /&gt;
Num es 2433840 y PID es 9800&lt;br /&gt;
^C[rrc@Llawyr ComandosDeLaTerminal]$ &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ kill 9800&lt;br /&gt;
[1]+  Terminated              ./KillIt &amp;gt; File&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ tail -f File&lt;br /&gt;
Num es 5876356 y PID es 9800&lt;br /&gt;
Num es 5876357 y PID es 9800&lt;br /&gt;
Num es 5876358 y PID es 9800&lt;br /&gt;
Num es 5876359 y PID es 9800&lt;br /&gt;
Num es 5876360 y PID es 9800&lt;br /&gt;
Num es 5876361 y PID es 9800&lt;br /&gt;
Num es 5876362 y PID es 9800&lt;br /&gt;
Num es 5876363 y PID es 9800&lt;br /&gt;
Num es 5876364 y PID es 9800&lt;br /&gt;
Num es 5876365 y PID es 9800&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>