Find

Awesome Linux Find Command Examples
What is Find command in Linux with example? How do I find the command line in Linux? How do you use Find command to search a file in Linux? How do I l...
Find Geographical Location of Ubuntu Server through the Command Line
How do I find the location of a Linux server? How do I find location in Ubuntu? How do I find my Ubuntu server IP address? How do I find a server IP a...
How to Get Hardware Info on Linux
16 Commands to Check Hardware Information on Linux lscpu. The lscpu command reports information about the cpu and processing units. ... lshw - List Ha...
How to Use the “find” command in Linux to Search Files?
Basic Examples find . - name thisfile.txt. If you need to know how to find a file in Linux called thisfile. ... find /home -name *.jpg. Look for all ....
3 Ways to find your local IP Address in Debian 10
How do I find my IP address on Debian 10? How do I find my local IP address Linux? How do I find my local server IP address? How do I find my external...
How to get system hardware details on CentOS 8
How do I find hardware information in Centos? How do I find hardware details in Linux? How do I find hardware information in Redhat Linux? How do I fi...
Find UUID of Storage Devices in Linux
You can find the UUID of all the disk partitions on your Linux system with the blkid command. The blkid command is available by default on most modern...
How to Search Files Created within X Days/Hours in Linux
How to Search Files Created within X Days/Hours in Linux find /var/backup -type f -mtime +30. You can also search file created within 60 minutes (1 ho...
How To Find Files Modified in Last 30 Days in Linux
Use -mtime option with the find command to search files based on modification time followed by the number of days. Number of days can be used in two f...
linux find file recursively in directory
How to get a recursive directory listing in Linux or Unix. Try any one of the following command ls -R Use the ls command to get recursive directory l...
ubuntu system info terminal
Open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by clicking on the terminal icon. Use the lsb_release -a command to display the...
How to Setup WHM
Log in to WHM Enter the root username and password. Click Log in. Agree to our software license terms. A new interface will appear. Enter your email a...