Daily challenges →
🌊 Linux easy ⚡ 40 XP

How do you make an environment variable available to child processes in Bash?

export marks a variable for export to child processes. Without export, variables are local to the current shell only. Use `export -p` to see all exported variables.

🌊 This is a free sample — 507+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →