Diff of /trunk/Readme.md [000000] .. [r3]  Maximize  Restore

Switch to unified view

a b/trunk/Readme.md
1
# Purpose
2
This is a handy project to regain access to your PLC in case you can
3
access it with CODESYS, but not via the Linux Shell. You can execute
4
virtually every Linux Shell command, right from the PLC Shell.
5
6
# Usage
7
8
* Download the project to your PLC.
9
* Open the PLC Shell
10
* Enter 'LinuxShell <command>' (e.g.: LinuxShell ls /etc)
11
12
I just used it to reset my password:
13
14
LinuxShell echo 'myuser:mypassword' | chpasswd
15