Home
About me
Privacy Policy for nepalicodelabs
Blind 75 Data Structure and Algorithm (DSA)
Thursday, April 12, 2018
Run Program in background Linux
To run the process in background use & at the end of bash command
./idea.sh &
To view the jobs running in background
jobs
Useful links
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
SQL INTERVIEW QUESTIONS AND ANSWERS
Install Nodejs and NPM Ubuntu 17
Step 1: Run the command to install LTS Release version. sudo apt-get install python-software-properties curl -sL https://deb.nodeso...
SQL INTERVIEW QUESTIONS AND ANSWERS
Define your container with Dockerfile
If you haven't installed Docker, then install it on your machine using the link ( Installing Docker on Ubuntu ). Define a container w...
No comments:
Post a Comment