Learn to list running programs that were started with nohup.
Also find me here:
Baeldung Author
Shubhneesh K
I've experience working across different roles and technologies in the Financial Industry. Here, at Baeldung, I write mainly on Linux.
Here's what I've written (so far):
Baeldung on Linux
- All
- Scripting (11)
- Administration (4)
- Processes (2)
- Files (2)
- Network Monitoring (1)
- File Editing (1)
Show Line Number When Executing a Bash Script
Filed under Scripting
Learn to display line numbers when executing a Bash script.
Insert Multiple Lines Into a File After a Specified Pattern
Filed under File Editing
Learn to insert multiple lines into a file after a specified pattern.
Efficiently Test if a Port Is Open in Linux
Filed under Network Monitoring
Learn to efficiently test if a port is open in Linux.
Get the Number of Processors/Cores in Linux
Filed under Administration
Learn to find the number of processors and cores in Linux.
Check the Syntax of a Bash Script Without Running It
Filed under Scripting
Learn how to validate Bash scripts before running them.
How to Add Up a Column of Numbers in Bash
Filed under Scripting
Learn to add up a column of numbers in Bash.
Solving the “Unary Operator Expected” Error
Filed under Scripting
Learn multiple techniques to address the“unary operator expected” error
Concatenate Two Strings to Build a Complete Path in Linux
Filed under Scripting
In this tutorial, we’ll check some ways to build a complete Linux path by concatenating two strings holding the subpaths.