The command is from the root prompt (#), not the user prompt ($), so coping and pasting # touch /forcefsck as you did wouldn't do anything.
In the konsole, type: sudo su -
You'll be prompted for your pwd; type it and press Enter. Your prompt will change to show the # sign.
Then type: touch /forcefsck
and press Enter. You'll now have the file forcefsck in / which you can see by typing: ls -la /forcefsck
Now exit the root environment you are in by typing: exit and press Enter.
Close the konsole and logout/reboot.
In the konsole, type: sudo su -
You'll be prompted for your pwd; type it and press Enter. Your prompt will change to show the # sign.
Then type: touch /forcefsck
and press Enter. You'll now have the file forcefsck in / which you can see by typing: ls -la /forcefsck
Now exit the root environment you are in by typing: exit and press Enter.
Close the konsole and logout/reboot.
Comment