Hidden files are a standard feature in Linux. Some applications save configuration files and other data in hidden files or folders that aren't visible by default. Fortunately, Linux makes working with ...
Linux provides a number of handy commands for managing file permissions, understanding who has access to the files and checking on file content. There’s a lot more to working with files on Linux than ...
Moving and renaming files in the Linux terminal is quick and painless, but first you need to understand how to do it. Whether you are sat at the machine, or remotely connected via SSH, these are the ...
Linux systems support a number of file editors – like vi, vim, neovim, ne, GNU Emacs etc. But you can also install an editor that allows you to view the contents of and make changes to binary ...
In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem. Sometimes we misplace a file or directory and we can spend ...