Command to open ftp service
inetadm -e ftp
case "$1" in
start)
/usr/local/bin/EXECUTE_SCRIPT
;;
stop)
kill -9 /usr/local/bin/EXECUTE_SCRIPT.pid
;;
esac
#pkginfo -x | grep -i samba
SUNWsmbac samba - A Windows SMB/CIFS fileserver for UNIX (client)
SUNWsmbar samba - A Windows SMB/CIFS fileserver for UNIX (Root)
SUNWsmbau samba - A Windows SMB/CIFS fileserver for UNIX (Usr)
#pkgchk -l SUNWsmbar | grep conf-example
Pathname: /etc/samba/smb.conf-example
#svcs -a | grep samba
disabled 22:56:55 svc:/network/samba:default
#svcadm enable samba
#smbpasswd -a userปล2.disable service
#svcadm disable samba
https://www.kernel.org/pub/software/network/tftp/tftp-hpa/
tftp-hpa-5.2/tftp/tftp
tftp 192.168.1.1 -c get /path_file/filename.txt