Linux Files and Directories
Let’s take a closer look at Linux Files and Directories. Our Linux system has a whole boatload of files. In our case we’re working with homestead which is a custom built Ubuntu Linux server running as a Virtual Machine on VirtualBox. To check how many files and directories a particular directory is comprised of, we can use the tree
command with the –a
switch to include all files and directories.…