Learn how and why the output of htop and ps differs, as well as ways to adjust it.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (143)
- Scripting (130)
- Files (89)
- Processes (70)
- File Editing (37)
- Filesystems (36)
- Networking (35)
- User Administration (26)
- Security (23)
- Web (22)
- Text Processing (18)
- File Viewing (18)
- Network Configuration (16)
- Package Management (14)
- File Searching (14)
- Docker (14)
- Service Management (13)
- Installation (12)
- Series (11)
- Network Monitoring (11)
- Search (8)
- File Conversion (8)
- File Compression (8)
- Building (7)
- File Permissions (6)
- Boot Process (5)
- File Transfer (4)
The Exec Family of Functions
Filed under Processes
Learn what each member of the exec() family of functions does and the differences between them.
The set Command in Linux
Filed under Scripting
Learn about the set command in Linux, its various options and their use cases.
Log the Memory Consumption on Linux
Filed under Administration
Learn about the different ways to monitor memory usage.
How to Compile 32-bit Binary on 64-bit Linux System
Filed under Administration
A practical guide to compiling 32-bit binaries on 64-bit Linux systems.
Script That Counts Files Then Removes the Oldest Ones
Learn how to create a bash script that counts the files in a directory, and if there are more files than a specific number, it removes the oldest ones
Put an Item at the End of an Alphabetic List in Linux
Filed under Files
Learn different approaches to putting items at the end of an alphabetic list in Linux.
List the Open File Descriptors in the Current Bash Session
Filed under Filesystems, Processes
Learn how to view the open file descriptors of a bash session.
List All Available Commands and Aliases in Linux
Filed under Administration, Scripting
Learn three approaches for listing all the available commands and aliases in Linux.