Ubuntu users can use find command with -mtime option to find files that have been modified in last 24 hours. The find command is used to locate files and directories based on various criteria. Using find Command The ‘find’ command searches the directory tree rooted at each file name FILE by evaluating the EXPRESSION provided. […]
Command To Rename Multiple Files In Ubuntu Terminal
This tutorial explains how to rename a file in Ubuntu Terminal or how to rename a file in Linux in same directory. Using Re mane Command The “rename” command renames the filenames supplied according to the rule specified as the first argument. If a given filename is not modified by the expression, it will not […]
How To Fix Unexpected fsck Error In Linux Ubuntu
You can run fsck manually in Linux to fix the error “unexpected inconsistency; run fsck manually fsck exited with status code 4”. Let us learn how: How to run fsck manually in Linux sudo umount /dev/sdbsudo fsck /dev/sdb NOTE: Replace the “/dev/sdb” with the partition showing error or replace /dev/sdb with the device you want […]
How to Check Hard Disk Space in Ubuntu Terminal
How to check available disk space in Ubuntu command line? On Linux check disk space in gb or disk usage by folder. Terminal commands to check hard disk space in Linux terminal. Before we begin, let use see the GUI way to check disk space in Linux Ubuntu: Check how much disk space is left […]
Free Website Down Checker To Check Is Website Down For Me
How to find out if a website is down or how to check website working or not. Use these website status checker free to check website availability from different countries. 1. Better Uptime https://betterstack.com/better-uptime It is one of the most powerful website status checker (online) which can check website availability from different countries using 30s […]
How To Sort Files By Size In Linux – List Files By Size In GB
How to sort files by size in Linux Ubuntu. Learn how to list directories by size in Linux or list files by size in gb in Linux Ubuntu Systems. How To Find And Sort Files By Size In Linux You can use one of the following commands to find and sort files by size in […]