forked from subhra74/snowflake
-
Notifications
You must be signed in to change notification settings - Fork 25
How to create edit delete files or folder with sudo from GUI
devlinx9 edited this page Dec 14, 2021
·
3 revisions
It is often required to create files or folders in a location which is owned by root, and current logged in user needs to use commands like mkdir and touch or nano with sudo to perform the operation. Using muonssh its possible to perform these operations from file browser itself.
In the configuration setting panel you can set the parameters for use sudo (ask to execute the operation or executed without ask), there is no prompt for the password because it reuse actual password.
You can also edit files which has write permission for root user only ( like any configuration files in /etc ) with this feature.