Ubuntu – How to create a new file

gedit

I've tried

gksudo gedit /etc/xinetd.d/tftp

(This is the file I have to create)

I got an error message

couldn't find the file /etc/xinetd.d/tftp please check that you typed the location correctly and try again

What do I need to do?

Best Answer

In larger context: what you want to do?

In answer to question: most probably you are missing directory /etc/xinetd.d. Try installing xinetd first (sudo apt-get install xinetd).

Related Question