Environment Variables
What are environment variables and how do you use them in Linux? How do you make them persistent?
// interview question
What are environment variables and how do you use them in Linux? How do you make them persistent?
Answer out loud first, then check yourself against the model answer.
More Linux interview questions
Also worth your time on this topic
Shell Scripting Fundamentals
What are the essential components of a shell script? Explain variables, conditionals, and loops.
junior
How to Permanently Set $PATH on Linux and Unix
Learn how to permanently modify your PATH environment variable on Linux and Unix systems so your custom directories persist across shell sessions and reboots.
Creating and Connecting to Your First Linux Server
Spin up an Ubuntu 24.04 Linux server in the cloud, configure SSH key authentication, and learn to navigate your new server. This exercise uses DigitalOcean but the steps work with any cloud provider.
30 minutes