• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Adding path in csh

January 8, 2022

How to add path in csh. Open or create .cshrc file. Add to an existing path.

set path = ( /home/ubuntu $path )

set path = ( /home/ubuntu $path )

Activate.

source .cshrc

source .cshrc

Filed Under: Linux Tagged With: add, csh, path

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023