Installation - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)
chmod +x iectl
sudo mv iectl /usr/local/bin/

If you do not have root access on the system, you can use: iectl to the ~/.local/bin directory:

chmod +x iectl
mkdir -p ~/.local/bin
mv ./iectl ~/.local/bin/iectl