Redirection is an essential concept in Linux. Learn how to use stdin, stdout, stderr and pipe redirection in Linux command line.| Linux Handbook
This quick tip for beginners demonstrates how to copy a directory in Linux using the cp command. You'll also learn a few additional tips around copying directory.| Linux Handbook
Here are multiple ways you can get CPU information in Linux command line. You can get processor information like the number of real cores, logical cores, hyperthreading, CPU frequency etc.| Linux Handbook
This detailed tutorial tells you what are symbolic links, how to create a symbolic links and other important things associated with symlinks.| Linux Handbook
You can get file permissions, size, mtime, ctime, atime, ownership and several other file attribute information using the stat command in Linux.| Linux Handbook
What is inode in Linux? What is it used for? Why is it important and how to check inode in Linux? This guide explains all the important aspects of inodes.| Linux Handbook
In this essential Linux learning chapter, know about the relative and absolute paths in Linux. What's the difference between them and which one should you use.| Linux Handbook