VT100 Compatible Terminal - Connection Established
root@boxunix:~# ls -la /var/www/html/
total 0
drwxr-xr-x 2 root root 4096 Jan 15 14:30 .
drwxr-xr-x 3 root root 4096 Jan 15 14:30 ..
-rw-r--r-- 1 root root 0 Jan 15 14:30 nothing.txt
root@boxunix:~# cat nothing.txt
___________ / \ | O O | | _ | \ ___ / \___________/ RIEN À VOIR ICI
boxunix.fr
cat: nothing.txt: File is empty
Process completed with exit code 0
root@boxunix:~# echo "Circulez, il n'y a rien à voir!"
Circulez, il n'y a rien à voir!
root@boxunix:~#