Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Last active December 16, 2020 20:39
Show Gist options
  • Save siumhossain/148c210cb41879c0db95e7a3f4152c9a to your computer and use it in GitHub Desktop.
Save siumhossain/148c210cb41879c0db95e7a3f4152c9a to your computer and use it in GitHub Desktop.
make root permission to an application
$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