|
|
|
|
|
by cferr
1578 days ago
|
|
Another way to touch a file: cp /dev/null file Test if a port is listening without telnet: echo > /dev/tcp/address/port && echo Yes || echo No That's not actually a file. It's just a path Bash recognizes and is the interface to socket functionality. udp works too. |
|
That destroys a file, making it 0 bytes. It doesn't touch a file, not at all.