There's more to ls than just seeing a list of files and folders.
One way to get a little more clarity on this is to look at the permissions with the stat command. The fourth line of stat’s output displays the file permissions both in octal and string format: $ stat ...
Linux is a multi-user operating system. What does that mean? Like all good operating systems, you can have multiple user accounts on one machine. You can also have more than one user logged in at once ...
Most Linux distributions are considerably more secure than Windows out of the box. There are many reasons for that, including the inherent user and file permissions structure, the addition of ...
Commands that provide help are essential. Here's a look at some of the help you can get from the Linux system itself. Even after you’ve used Linux for a while, you will still find yourself needing ...
The commands below include basic Unix commands such as ls, cat, cp, mv, grep, etc. We will also talk about some of the shortcuts that can help you take control of your operating system faster and in a ...