Last active
December 16, 2020 20:39
-
-
Save siumhossain/148c210cb41879c0db95e7a3f4152c9a to your computer and use it in GitHub Desktop.
make root permission to an application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $sudo chown root:root application_name | |
| make run from anywhere | |
| --------------------------- | |
| sudo mv app_name usr/local/bin | |
| ------------------------------ | |
| check | |
| which app_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment