View Single Post
Posts: 701 | Thanked: 585 times | Joined on Sep 2010 @ London, England
#21
The dot in the find command means to start the search from the current directory, and "-type d" tells find to look for and match directories.

The filesystem wouldn't be mounted read-only without a reason, either filesystem errors or a hardware error, though if it had been mounted read-only you could check "dmesg" to look for any relevant error messages telling why the kernel remounted it read-only.