-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Manager: Command line #566
Comments
It's no use having command line only in File Manager. Version 18.30 will have drop-down console, like Guake Terminal. It will port functionality from It will be callable by the hotkey (default is The previously enrolled support for calling the command from the search bar by using Here is the little teaser. http://rostovtsev.ru/pub/src/authentic/18.30b/new_command_line_port.webm Please share your thought before the release. |
Enrolled additional commands |
Edit:Hotkey |
Edit:History will be extracted from the shell modules (either Webmin or CM/save_serv.cgi?id=xx&shell=1) and stored. It will provide support for usage with multiple servers. |
Finally default keys for bringing up the shell is:
and for clearing shell:
|
This seems to give the user root access .. When I type whoami is get "root". Is there any configuration for this? |
That wouldn't be possible. It's just a port of shell module. |
Configuration in Command Line module. |
Take a look at this: https://i.imgur.com/oiyIPG2.png I'm root but logged in as ryan. Do you mean command shell program? |
What does it mean you are root but logined as ryan? Try running the same command under Command Line module. What is the output? It will be the same anyway. |
I've logged into webmin as normal user "ryan". When I use the command shell and type whoami I get root .. I can cd into /root/ and can delete files. Maybe this is not an issue for Authentic Theme. What do you get when you type whoami on your system? |
When I get home, I'll let you know. |
Hi, I tried it under user account (in Usermin) and it returns the correct username. I think you miss-configured your ACLs. |
Oh ok .. I haven't tried in usermin. what do you get in webmin?On 8 Dec 2016 6:57 p.m., Ilia Rostovtsev <notifications@github.com> wrote:Hi,
I tried it under user account (in Usermin) and it returns the correct username.
I think you miss-configured your ACLs.
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello, may I know why CLI doesn't run something like htop and other? |
Yes, because it's not interactive terminal yet. I guess we need to switch to using sockets for webserver. Theme just extends the functionality of Command Line module and it's not yet interactive. |
It would be great to have command line interface in File Manager, just the same way it's done in Midnight Commander or Double Commander.
The text was updated successfully, but these errors were encountered: