title says it all.
case-sensitive OS X shows these errors:
Remove the sleep image file to save disk space
rm: /Private/var/vm/sleepimage: No such file or directory
Creating a zero-byte file instead…
touch: /Private/var/vm/sleepimage: No such file or directory
…and make sure it can’t be rewritten
chflags: /Private/var/vm/sleepimage: No such file or directory
because the folder is called 'private', not 'Private'
title says it all. case-sensitive OS X shows these errors:
Remove the sleep image file to save disk space rm: /Private/var/vm/sleepimage: No such file or directory Creating a zero-byte file instead… touch: /Private/var/vm/sleepimage: No such file or directory …and make sure it can’t be rewritten chflags: /Private/var/vm/sleepimage: No such file or directory
because the folder is called 'private', not 'Private'