Ubuntu tftpd

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Redirected page to Ubuntu server 12.04/tftp)
 
Line 1: Line 1:
 +
#REDIRECT [[Ubuntu_server_12.04/tftp]]
 +
 
<source lang="bash">
 
<source lang="bash">
 
apt-get install tftp atftpd
 
apt-get install tftp atftpd

Latest revision as of 12:59, 7 August 2012

  1. REDIRECT Ubuntu_server_12.04/tftp
apt-get install tftp atftpd
sed -ie 's/^USE_INETD=true/USE_INETD=false/' /etc/default/atftpd
chown nobody:nobody /srv/tftp
chmod 777 /srv/tftp
ln -s /srv/tftp /tftp_root
 
/etc/init.d/atftpd [start|stop]
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox