Owaiskazmi - 3745 - 21040 - 3 - LECTURE 10-v1
Owaiskazmi - 3745 - 21040 - 3 - LECTURE 10-v1
Command
&
Basics of Scripting
Objectives
2
JOB/Process
3
Processes/Jobs
1. Background job
2. Foreground job
4
Foreground/Background JOB
The shell does not have to wait for a background process to end before it can run
more processes. Within the limit of the amount of memory available, you can
enter many background commands one after another.
5
Background Job
Function Command
Move a suspended job to the foreground fg
Continue a suspended job in the
bg
background
List all jobs jobs
Kill a job (%N where N is the job number) kill %N && fg
Start a job directly in the background command &
Introduction of Scripting
What is Bash
7
Permission Scripting
8
Basic Program Write
9
Basic Program Read
10
Basic Program Read
11
Script Execution
12
Arithmetic Operations
13
Important parameters of Command line
https://ryanstutorials.net/bash-scripting-tutorial/
https://www.tecmint.com/chaining-operators-in-linux-with-practical-examples/
25