BASH shell "job control"


Details
@~ 7:05pm cdt
MAIN: BASH for Control Freaks...Job Control Freaks
Presented By: Steven Lembark
Abstract: BASH is a general-purpose tool.
Today we will look at:
Job Control: Running background jobs.
BASH processes can be managed as “jobs”.
Jobs can be:
- Put in the background.
- Brought to the foreground.
- Stopped & Started.
- Listed & Tracked.
Control Freaks Welcome.
Bourne Again SHell.
BASH v5 is a general-purpose tool.
Today we will look at:
Job Control: Running background jobs.
BASH processes can be managed as “jobs”.
Processes can be:
- Put in the background.
- Brought to the foreground.
- Stopped & Started.
- Listed & Tracked.
man 1 bash;
/JOB CONTROL
JOB CONTROL
Job control refers to the ability to selectively stop
(suspend) the execution of processes and continue (resume) their
execution at a later point. A user typically employs this
facility via an interactive interface supplied jointly by the
operating system kernel’s terminal driver and bash.
Step 1: Backgrounding
Step 2 : Foregrounding
bg & SIGHUP
%1 %ce %?ce Yep. You'll learn what these do/mean.
Help Spread the Word
Join us on 10/09/2024 to dive into 'BASH for Control Freaks...Job Control Freaks' with Steven Lembark! Discover the power of managing BASH processes as jobs. Control freaks won't want to miss this! #BASH #JobControl @SLUUG_Org
This immediately follows @~ 7:00 ANNOUNCEMENTS & general Q&A.
That immediately follows @6:30pm cdt the base/tutorial, i.e. ...
BASE: Improve cybersecurity with AI
Presented By: Tony Zafiropoulos
Abstract: Save time with AI in your cybersecurity efforts...
- How can we use AI for cybersecurity?
- Use AI to improve on our cybersecurity defense, keep up with the challenges, what is the role of AI?
- Use AI to enhance vulnerability assessments, and some predictions within our environment.
- How can AI help in real-time monitoring and threat intelligence?
- Help in incident response, behavioral analytics, phishing detection.
- What are it's limitations, such as false positives?
- Are there ethical considerations (privacy and data handling).
- Finally discuss a bit of the future of AI in cybersecurity
- Q&A with any time remaining.
Help Spread the Word
Tony Zafiropoulos will unveil AI's magic in vulnerability assessments and incident response at our upcoming SLUUG session! Don't miss out on learning the future of cybersecurity. 🌟🔍 #AI #CyberSecurity @SLUUG_Org
# --------------------
[http://www.sluug.org/](https://www.google.com/url?q=http://www.sluug.org/&sa=D&source=calendar&usd=2&usg=AOvVaw1pCygITLUCwj9arN6WP3QV)
The URL link to connection instructions for this meeting is posted earlier on the day of the meeting, at the above home page. It is the link called "linked here".
- ONLINE MEETINGS ONLY until further notice.
- ONLINE sessions will use a remote video meeting service.
- HOW TO CONNECT instructions will be on the [https://www.sluug.org/](https://www.google.com/url?q=https://www.sluug.org/&sa=D&source=calendar&usd=2&usg=AOvVaw30xd8Gqu0jxQlAsm68bqFG) web page and on our mailing lists. Note that your browser cache may need to be refreshed each time you check the web page for the instructions.
- We will open the remote session at about 6:00 PM, so that you can join early to test sharing your microphone, screen and video camera. This also gives a chance for informal chats.
- The presentations begin at 6:30 PM Central Time.


BASH shell "job control"