Linux background command #41

Open
opened 2 years ago by rbsetiawan · 0 comments
Owner

xample

  • Send Commands to the Background With nohup
nohub cp a.txt b.txt
  • list of all background tasks by :

    • fg
    fg %n
    
    • ps wx
    ps xw
    

Refrensi

  • makeuseof : How to Run Linux Commands in the Background
# xample - Send Commands to the Background With nohup ``` nohub cp a.txt b.txt ``` - list of all background tasks by : - fg ``` fg %n ``` - ps wx ``` ps xw ``` # Refrensi - [makeuseof](https://www.makeuseof.com/run-linux-commands-in-background/) : How to Run Linux Commands in the Background
rbsetiawan added the
Linux
label 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.