In Linux, it is very necessary to find the unnecessary files and free up them from your hard disk. Usually, Linux systems run out of disk space due to large log or backup files. This tutorial explains how to find the large files and directories in Linux systems using the find and du command....
A symbolic link is also known as symlink or soft link, is a special type of file that serves as a reference to another file or directory. A symlink can point to a file or a directory on the same or a different filesystem or partition. This guide explains how to remove symbolic links...
The find command is a useful and frequently used command line utility for Linux administrators. Find command is used to search and locate the list of files and directories based on a user given conditions and match the arguments. It is also possible to search files and directories based on their type, date, ownership,...