Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:general_information:tftp [2020/11/19 10:18] – page reworked liedmannen:general_information:tftp [2022/10/31 15:15] – added nano weinholdo
Line 23: Line 23:
  
  
-Now a new xinetd tftp serivce has to be configured by creating the file **/etc/xinetd.d/tftp** containing the following lines of code+Now a new xinetd tftp serivce has to be configured by creating the file **/etc/xinetd.d/tftp** : 
  
 +<code>
 +sudo nano /etc/xinetd.d/tftp
 +</code>
 +
 +Add the following lines of code:
 <code> <code>
 service tftp service tftp
Line 42: Line 47:
  
 <code> <code>
-sudo sudo service xinetd restart+sudo service xinetd restart
 </code> </code>
  
  • Last modified: 2023/06/21 14:52