Ubuntu Server Setting
- DevelopEnv / ubuntu
- 2011. 2. 21.
1. 추후에 추가사항
- Ubuntu 에 셋팅해야하는 Program
- Program Setting(각각의 프로그램 별로)
- Setting 시 주의사항
- 기타 설정사항들
최종 수정일 : 2011.02.21
최종 작성자 : 퓨림노
- Ubuntu 에 셋팅해야하는 Program
- Program Setting(각각의 프로그램 별로)
- Setting 시 주의사항
- 기타 설정사항들
최종 수정일 : 2011.02.21
최종 작성자 : 퓨림노
1. FTP ( vsftpd FTP )
- AL ftp 를 사용하여서 파일을 업로드하는데 권한이 막혀 있을 때 해결하는 방법
URL : https://help.ubuntu.com/6.06/ubuntu/serverguide/C/ftp-server.html
$sudo gedit /etc/vsftpd.conf
1. 할일!
By default, local system users are not allowed to login to FTP server. To change this setting, you should uncomment the following line:
#write_enable=YES // 주석을 해제 하여준다.
=> write_enable=YES
$sudo service vsftpd restart // 재시작
1. 할일!
By default, local system users are not allowed to login to FTP server. To change this setting, you should uncomment the following line:
#write_enable=YES // 주석을 해제 하여준다.
=> write_enable=YES
$sudo service vsftpd restart // 재시작
2. 새로운 계정 생성( User added)
1. 터미널 접속
2. aliases 파일 수정
$sudo gedit /etc/aliases
3. database 를 새로 업데이트 하기
$sudo newaliases
4. 서비스 재시작
$sudo service postfix restart
or
#sudo /etc/init.d/postfix restart
2. aliases 파일 수정
$sudo gedit /etc/aliases
$sudo newaliases
4. 서비스 재시작
$sudo service postfix restart
or
#sudo /etc/init.d/postfix restart
'DevelopEnv > ubuntu' 카테고리의 다른 글
[ubuntu] vsftpd (각 계정별 ftp 설정) (0) | 2012.02.05 |
---|---|
[ubuntu] startup manager (3) | 2012.01.16 |
[ubuntu] ubuntu에 하드디스크 추가하기 (0) | 2012.01.15 |
[ubuntu] 최소화,최대화,닫기 사라짐 (0) | 2012.01.15 |
ubuntu 설치 관련 정리 (0) | 2011.12.28 |