Explore how so (shared-object) files are organized in a Linux filesystem.
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)
Using gzip and gunzip in Linux
Filed under File Compression
Learn how to use gzip and gunzip for compressing and uncompressing files from the Linux command line
How to Determine the Number of RAM Slots in Use
Filed under Administration
Learn how to use dmidecode and lshw to retrieve the RAM configuration of our system
Linux ping Command
Filed under Scripting
A quick and practical guide to the Linux ping command.
How to Kill a Background Process in Linux
Filed under Processes
Learn how to use pkill, killall, and other tools for killing processes in Linux.
Introduction to the tee Command
Learn how to use the tee command in Linux
Remove the First Characters of a Line
Filed under Text Processing
Learn several ways to remove the first characters of line in Linux.
Guide to the chgrp Command
Filed under File Permissions
Learn how to use the chgrp command in Linux.
How to Count the Number of Files in Linux
Filed under Files
Learn how to count the number of files in a directory on Linux