I've noticed with docker that I need to understand what's happening inside a container or what files exist in there. One example is downloading images from the docker index - you don't have a clue what the image contains so …
Operating system: Linux
Filesystem type: ext3
Preferred solution: bash (script/oneliner), ruby, python
I have several directories with several subdirectories and files in them. I need to make a list of all these directories that is constructed in a way …
How can I quickly create a large file on a Linux (Red Hat Linux) system?
dd will do the job, but reading from /dev/zero and writing to the drive can take a long time when you need a file …