I'm trying to remove the System Folder (OS9) as per this http://tinyurl.com/ld8ce however when I enter single user mode and type into terminal
$ mount -uw /
I get the message - sh: $: command not found.
What am I doing wrong?
This is the full command I'm hoping to implement
$ mount -uw /
$ cd /
$ rm -rf 'System Folder'
$ mount -uw /
I get the message - sh: $: command not found.
What am I doing wrong?
This is the full command I'm hoping to implement
$ mount -uw /
$ cd /
$ rm -rf 'System Folder'