Ubuntu tftpd

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Redirected page to Ubuntu server 12.04/tftp)
 
(One intermediate revision by one user not shown)
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
Line 4: Line 6:
 
chown nobody:nobody /srv/tftp
 
chown nobody:nobody /srv/tftp
 
chmod 777 /srv/tftp
 
chmod 777 /srv/tftp
cd /; ln -s /srv/tftp /tftp_root; cd $OLDPWD
+
ln -s /srv/tftp /tftp_root
  
 
/etc/init.d/atftpd [start|stop]
 
/etc/init.d/atftpd [start|stop]
 
</source>
 
</source>

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