Saturday, July 25, 2020

Set environment variable in linux



sudo vi ~/.profile


export PATH=$PATH:/apps/jdk1.8.0_261/bin

add your software path and logout the user and then login again.

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +