cd /
[root@localhost ~]# find / -name file.txt
this will allow you to find a file via the command line if it’s on your system
by Kurt Turner
cd /
[root@localhost ~]# find / -name file.txt
this will allow you to find a file via the command line if it’s on your system