To check if a Solaris machine has ftp enabled:
[bash]inetadm | grep ftp #check the status
inetadm -e ftp #enable
inetadm -d ftp #disable[/bash]
…may also try:
[bash]/usr/sbin/svcadm enable ftp
/usr/sbin/svcadm disable ftp[/bash]
To check if a Solaris machine has ftp enabled:
[bash]inetadm | grep ftp #check the status
inetadm -e ftp #enable
inetadm -d ftp #disable[/bash]
…may also try:
[bash]/usr/sbin/svcadm enable ftp
/usr/sbin/svcadm disable ftp[/bash]
Comments