kura
kura copied to clipboard
Should "Command Working Directory" be Moved to Device -> Command?
When trying to execut certain commands and move from folder to folder this is pretty hard to do, since "cd" command does not do what it is supposed to. Instead you have to go to Command Service -> Command Working directory and change it there and then go back to Device -> Command.
Testflow:
- Login to Kura as admin/admin
- Go to Device -> command
- Try to type ls -l command, observe the output.
- Try to type "cd .." -> nothing happens
- Go to Command Service -> Command working directory and change directory there
- Now that you have moved to another directory, you are able to list files in that directory
Expected behavior See above.
Screenshots /
Target Environment (please complete the following information):
- Board: Raspberry Pi 3
- OS version: Linux raspberrypi 4.19.118-v7+ 1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU/Linux
- Additional info: latest develop brach
Additional context /
The working directory is a configuration choice that can be made by a person different from the one that is actually executing the command.