Learn multiple ways to find out the current, running shell in Linux.
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)
Find Out Image Dimensions From the Linux Terminal
Filed under File Viewing
Learn to use several tools to quickly find out and display the dimensions of an image file from the Linux command line
Solving the “Too many levels of symbolic links” Error
Filed under Filesystems
Learn two ways to solve the “Too many levels of symbolic links” error
How to Create an Alias in Linux
Filed under Scripting
Learn how to work with aliases in Linux.
List Environment Variables in Linux
Filed under Scripting
Learn how to use the env, printenv, declare, or set command to list all variables in the system
Simulating the Enter Keypress in Bash Scripts
Filed under Scripting
Look at the methods we can use to bypass the confirmation prompts triggered by shell scripts and programs
Bash – Using History Efficiently
Filed under Scripting
Learn how to use Bash history to work more efficiently.
Run vi Editor Inside Docker Container
Filed under Docker, File Editing
Learn how to use the vi command inside a Docker container.
Cutting Videos Based on Start and End Time using FFmpeg
Filed under File Editing
Learn a few approaches to clipping videos using FFmpeg, which is a suite of tools provided for video manipulations