- Learning Linux Shell Scripting
- Ganesh Sanjiv Naik
- 90字
- 2021-08-20 10:44:28
Chapter 2. Drilling Deep into Process Management, Job Control, and Automation
In the last chapter, we introduced ourselves to the Bash shell environment in Linux. You learned basic commands and wrote your first Shell script as well.
You also learned about process management and job control. This information will be very useful for system administrators in automation and solving many problems.
In this chapter, we will cover the following topics:
- Monitoring processes with ps
- Job management—working with fg, bg, jobs, and kill
- Exploring at and crontab
推薦閱讀
- Getting Started with ResearchKit
- PyTorch Artificial Intelligence Fundamentals
- 數據結構簡明教程(第2版)微課版
- Learn Scala Programming
- Data Analysis with Stata
- 重學Java設計模式
- Symfony2 Essentials
- The DevOps 2.5 Toolkit
- Swift細致入門與最佳實踐
- Python Essentials
- Qlik Sense? Cookbook
- Python第三方庫開發應用實戰
- Java自然語言處理(原書第2版)
- Software Architecture with Python
- Elasticsearch搜索引擎構建入門與實戰