"Solaris"의 두 판 사이의 차이
ph
20번째 줄: | 20번째 줄: | ||
=====ftp on/off===== | =====ftp on/off===== | ||
− | < | + | <source lang='bash'> |
/usr/sbin/svcadm enable ftp | /usr/sbin/svcadm enable ftp | ||
/usr/sbin/svcadm disable ftp | /usr/sbin/svcadm disable ftp | ||
− | </ | + | </source> |
2011년 3월 2일 (수) 10:02 판
Roles can only be assumed by authorized users
- 링크참조하여 아래와 같이 해결
-bash-3.2# usermod -R root username
- root 기본암호는 ovsroot
- 이런식으로 권한을 주기보다 su oracle하고 su 이렇게 elevation하는 것이 좋을듯.}
Oracle Solaris 11 Express 시작 (곧 사라질거같음)
win32에서 X11은 Xming설치 + putty에서 체크.
윈도우글꼴은 그냥 가져다가 TrueType폴더에 넣으면 자동으로 보인다. 아무것도 할 필요가 없음.
gcc는 기본으로 설치가 되어있지 않으므로 설치함.
[home directory issue] /export/home vs. /home
ftp on/off
/usr/sbin/svcadm enable ftp
/usr/sbin/svcadm disable ftp