Difference between revisions of "Bg"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <code>bg</code> run jobs in the background | + | {{lowercase}} |
− | + | <code>bg</code> run [[jobs (Bash)|jobs]] in the background | |
+ | * http://man7.org/linux/man-pages/man1/bg.1p.html | ||
+ | |||
+ | bg %3 | ||
== Related terms == | == Related terms == | ||
+ | * <code>[[jobs -l]]</code> | ||
+ | * <code>[[fg]]</code> | ||
* [[Bash]] | * [[Bash]] | ||
* <code>[[Ctrl+z]] + [[bg]]</code> | * <code>[[Ctrl+z]] + [[bg]]</code> | ||
* <code>[[&]]</code> | * <code>[[&]]</code> | ||
* <code>[[disown]]</code> | * <code>[[disown]]</code> | ||
+ | * <code>[[nohup]]</code> | ||
+ | * <code>[[tmux]]</code> | ||
== See also == | == See also == | ||
+ | * {{jobs (linux)}} | ||
* {{bash}} | * {{bash}} | ||
* {{Linux commands}} | * {{Linux commands}} | ||
+ | |||
+ | |||
+ | [[Category:Linux]] |
Latest revision as of 12:50, 5 August 2022
Related terms[edit]
See also[edit]
jobs
,jobs -l, bg
,fg
,disown
,wait
,nohup, kill, trap
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
- Linux commands,
-h
,-r
Advertising: