How to Count Files in a Directory and its Subdirectories in Linux
While navigating your Linux file system, you may come across directories containing a lot of files. Sometimes you need to find the number of files in those directories…
Read More273 articles found
CentOS
While navigating your Linux file system, you may come across directories containing a lot of files. Sometimes you need to find the number of files in those directories…
Read More
CentOS
With Symlinks, you can have multiple access points to a file without duplicating it. Any changes made to the original file will be available in the symbolic link…
Read More
CentOS
What is Manuskript? Manuskript is a tool developed mainly for those writers who are accustomed to planning and organizing everything before beginning to write. With the help of…
Read More
CentOS
Ubuntu is a Linux operating system (sometimes known as a distro). In Linux parlance, a distribution is a version of the operating system which is based on the…
Read More
CentOS
Simply put, a Domain Name System, or DNS as it is shortly referred to, is a set of data lookups which help translate URLs/hostnames into IP addresses. It…
Read More
CentOS
A large number of free open source file managers are available for the Linux operating systems. Many users, however, are unaware of the full capabilities of the file…
Read More
CentOS
The “cd” command is commonly used to change the current working directory in Linux and other Unix-like operating systems. Change directory is denoted by the letter “cd.” It’s…
Read More
CentOS
In Linux, file names can be completely independent of the file type. For example, instead of being an archive, a file named test.zip could be a text file.…
Read More
CentOS
On Linux, moving a directory is a common activity that every user will have to do at some point. This can be done using any installed desktop environment…
Read More
CentOS
Gzip is a widely used compression technique and tool for reducing the size of data. In Linux and Unix-based operating distributions, gzip compression is widely popular. The extension…
Read More