간단하다.

touch ./*

위와 같이 치자.

'Script > Set enviroment' 카테고리의 다른 글

SSH login without password  (0) 2012.02.06
SSH login without password
--------------------------

Step 1) ssh-keygen -t rsa

Step 2) ssh root@192.168.0.150 mkdir -p .ssh

Step 3) cat .ssh/id_rsa.pub | ssh root@192.168.0.150 'cat >> .ssh/authorized_keys'

'Script > Set enviroment' 카테고리의 다른 글

compile 할 때 시간 동기화 에러가 발생 하면..  (0) 2012.02.13