Explore several ways to run programs detached from the terminal.
Also find me here:
Baeldung Author
Karthik Devan
I work freelance on full-stack development of apps and websites, and I'm also trying to work on a SaaS product. When I'm not working, I like to travel, play board games, hike and climb rocks.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (11)
- Scripting (6)
- Processes (3)
- Web (2)
- Networking (2)
- Network Monitoring (2)
- Installation (2)
- Files (2)
- File Editing (2)
- User Administration (1)
- Network Configuration (1)
- File Searching (1)
Find Out System Hardware Info From the Linux Command Line
Filed under Administration
Learn about many ways to list a Linux system’s hardware details, including processors, main and secondary memory, as well as peripheral devices.
Checking the Battery’s Status via the Terminal
Filed under Administration
Learn some ways to check the battery status (charging status and power percentage) using commands.
How to Get the Command Line Args Passed to a Running Process on Unix/Linux Systems?
Filed under Processes
Explore two different ways of getting the list of arguments that we pass to a running process.
When to Wrap Quotes Around Arguments in a Shell Command
Filed under Scripting
Look at various scenarios where different quotes may be used or omitted and understand how quoting works