bash - user@linux-machine:~
user@linux-machine:~$ cd /var/www/requested-page
bash: cd: /var/www/requested-page: No such file or directory
user@linux-machine:~$ locate requested-page
Error 404: File not found in the filesystem
user@linux-machine:~$ grep -r "page" /var/www/
Searching...
0 results found. The page you're looking for doesn't exist.
user@linux-machine:~$ sudo find / -name "requested-page"
[sudo] password for user: ********
find: No such file or directory
_ _ ___ _ _ _ _ ____ _______ ______ ____ _ _ _ _ _____
| || | / _ \| || | | \ | |/ __ \__ __| | ____/ __ \| | | | \ | | __ \
| || |_| | | | || |_ _____ | \| | | | | | | | |__ | | | | | | | \| | | | |
|__ _| | | |__ _|-----|| . ` | | | | | | | __|| | | | | | | . ` | | | |
| | | | | | | | | |\ | | | | | | | | | |__| | |__| | | \ | |__| |
|_| \___/ |_| |_| \_| \____/ |_| |_| \____/ \____/|_| \_|_____/
user@linux-machine:~$ echo "Try going back to the homepage"
Try going back to the homepage
user@linux-machine:~$ _
Return to Homepage