Explore ways to provide information about the Linux operating system.
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)
Linux Setuid Programs and Their User IDs
Filed under Processes, User Administration
Explore the setuid programs with the ability to do privileged work for ordinary users.
Using the tail Command with Colored Output
Filed under File Viewing
A quick and practical guide to using the tail command with colored output.
Start, Stop, and Restart Nginx on Linux
Filed under Service Management
Learn to start, stop and restart the Nginx server in Linux.
Linux Shells Performance: dash vs bash
Filed under Administration, Scripting
Compare the performance of two of the most famous Linux shells: dash and bash.
How to Give Sudo Privileges to a User in Linux
Filed under User Administration
Learn how to give full and limited sudo privileges to a local user in Linux.
Safe Use of eval in Bash
Filed under Scripting
Explore the applications of eval.
View the Output of a Running Process in Another Bash Session
Filed under Processes
Sometimes we need to run a process in the background and check in on its progress from another Bash terminal. We look at a number of ways to monitor the output of a process.
Getting MongoDB on Linux to Listen to Remote Connections
Filed under Network Configuration
Learn how to configure the remote access of MongoDB.