Explain how to view the current value of the $PATH variable using the command "echo $PATH".
Saturday, 05 August 2023 by EITCA Academy
To view the current value of the $PATH variable in a Linux system using the command "echo $PATH," we need to understand the significance of the $PATH variable and how it is used in the Bash shell. In Linux, the $PATH variable is an environment variable that contains a list of directories where the system
- Published in Cybersecurity, EITC/IS/LSA Linux System Administration, Advanced sysadmin in Linux, The $PATH variable in bash, Examination review
Tagged under: Bash, Command Line Interface, Cybersecurity, Environment Variable, Linux, System Administration
How can you set up an environment variable to access the credentials from your GCP project?
Thursday, 03 August 2023 by EITCA Academy
To set up an environment variable to access the credentials from your Google Cloud Platform (GCP) project, you can follow the steps outlined below. This process involves creating a service account, generating and downloading a JSON key file, and setting the environment variable in your local development environment. 1. Create a Service Account: – Open
- Published in Cloud Computing, EITC/CL/GCP Google Cloud Platform, Getting started with GCP, Text parsing and analysis with Python, Examination review
Tagged under: Cloud Computing, Credentials, Environment Variable, GCP, Google Cloud Platform, Service Account