<div>At present, this is what the file looks like:</div><div><br></div>#!/bin/sh -e<div>#</div><div># rc.local</div><div>#</div><div># This script is executed at the end of each multiuser runlevel.</div><div># Make sure that the script will "exit 0" on success or any other</div>
<div># value on error.</div><div>#</div><div># In order to ekable or disable this script just change the execution</div><div># bits.</div><div>#</div><div># By default this script does nothing.</div><div><br></div><div>xmodmap -e 'keycode 66 = Caps_Lock'</div>
<div><br></div><div>exit 0</div>