(1) To enable the hibernate:
$ sudo pmset -a hibernatemode 5
(2) To switch back (standby):
$ sudo pmset -a hibernatemode 0
Or for more detail of pmset command, read the manual (man pmset).
That's all :)
$ sudo pmset -a hibernatemode 5
$ sudo pmset -a hibernatemode 0
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
$ killall Finder
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
$ killall Finder