RHEL or Centos: How to count number of files inside a directory in Linux ?
In this article, we will look different ways or tricks to count number of files inside a directory in linux. I. Get files inside /tmp Using “wc -l” command on...
In this article, we will look different ways or tricks to count number of files inside a directory in linux. I. Get files inside /tmp Using “wc -l” command on...
Sometimes when we execute a C program, we face an error message “No such file or directory” when the system is not able to find any header file. 1. Error...
Do you know what is the default home directory of a user in Linux and Solaris ? In this post, we will look at the difference between default user home...