Skip to content
/ centOS Public

initial setting of centOS 7.x/centOS 7.x 설치이후 필요한 sh 파일

Notifications You must be signed in to change notification settings

baesy0/centOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CentOS

CentOS7.x 설치 이후 필요한 스크립트를 작성하는 리포지터리 입니다.

  • bin : 실행파일이 모여있습니다.
  • env : 환경변수 파일이 모여있습니다.
  • pEnv: 개인 컴퓨터에서 쓰는 환경변수 파일이 모여있습니다
  • scripts : bash script가 모여있는 경로입니다.
  • etc : 기타 파일이 모여 있습니다.

CentOS Bash 설정

~/.bashrc 파일 내부에 아래코드가 작성되어 있어야 합니다.

source ~/centos/env/init.env
source ~/centos/env/help.env

or

source ~/centos/pEnv/pInit.env
source ~/centos/pEnv/pHelp.env

env폴더와 pEnv폴더에 있는 install.sh를 실행하면 각 폴더의 환경변수가 자동으로 추가됩니다.

About

initial setting of centOS 7.x/centOS 7.x 설치이후 필요한 sh 파일

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published