A quick and practical guide to the source command.
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)
Restrict Commands for SSH Users
Learn how to restrict the commands a logged-in user can run in SSH session.
Linux Administration Guide
Filed under Administration, Series
A collection of guides that show useful administration operations on Linux.
Automating User Account Creation with Password in Shell
Filed under User Administration
Learn how to automate the process of creating a user
Check if an SMTP Server Is Working From the Linux Terminal
Filed under Administration
Learn how to check if an SMTP server is running ok via the terminal.
Linux Find Command With Regular Expressions
Filed under File Searching
In this tutorial, we’ll talk about the use of the command find with regular expressions (regex).
The PATH Variable for Cron Jobs
Filed under Processes
Learn how to pass the PATH environmental variable to a scheduled process.
Change the Direction of Incremental Searching in a Shell
Filed under Search
Understand the searching functionalities that GNU Bash offers and also learn of a conflicting key sequence (C-s) used by both the terminal and the shell.
Shell Script for Logging Into a SSH Server
Filed under Administration
A quick and practical guide to accessing and executing the commands on a remote SSH machine.