반응형
/* chage to root account */
su
/* setting inital root passwd */
paddwd
/*check the version of ubuntu*/
cat /etc/lsb-release
/*chcek the space*/
df -h --total
/* ip check */
ifconfig
/* device name */
sudo blkid
/* usb install */
sudo apt-get install usbmount
/* shutdown */ - 이 명령어는 root 로 들어가야 함
poweroff
shutdown -h now
/* How to set Debian to automatically update time and date? */
sudo apt-get install ntp
/* see time and date */
date
/* timezone setting */
tzconfig
SOEM1.2.8 폴더의 파일 모두를 home폴더에 복사함
cp -r SOEM1.2.8 /home
SOEM1.2.8 폴더를 하위 root 폴더로 이동
mv SOEM1.2.8 ./root
SOEM1.2.8 폴더를 삭제함
rm SOEM1.2.8
setup.sh 라는 파일에 실행권한(x)를 줌
chmod +x setup.sh
전체 하드 용량 체크
df -h
반응형