5 Answered Questions for the topic filesystems
Exploring Docker container's file system?
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...
more
Quickly create a large file on a Linux system?
How can I **quickly** create a large file on a Linux ([Red Hat Linux][1]) system?
[dd][2] will do the job, but reading from `/dev/zero` and writing to the drive can take a long time when you need...
more
How to recursively find and list the latest modified files in a directory with subdirectories and times?
- 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...
more
06/19/19
Find out which process is locking a file or folder in Windows?
How can I find out which process is locking a file or folder in Windows?For instance, when trying to delete a folder, Windows reports this:> The action can't be completed because the folder is...
more
How do I copy a file in Python?
How do I copy a file in Python?I couldn't find anything under [`os`](https://docs.python.org/2/library/os.html).
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.