Answers for "set, env linux"

0

set environment variable linux

vi ~/.bash_profile
Posted by: Guest on April-22-2021
3

linux set environment

# syntax 
# setenv SHELL *<filepath-of-file-containing-environment-settings>

# example
setenv SHELL /usr/bin/bash
Posted by: Guest on May-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language