[Record:IT][ADB][ChromeOS] Linux- Access Right for program | 程式的執行權限

When try to run the ADB on my chromebook, ~bash ./adb permission denied….
嘗試在chromebook上運行adb去連入Android電話, 但出現錯誤’~bash ./adb permission denied’ …

Since the ADB just download form the Android Office site and extracted directly for use, not install via package manager, no access right granted!
To grant the right , just enter the command:
因為是直接由管網下載成套SDK, 並不是由套件管理安裝, 執行權限沒有批核,所以程式用不了, 但想要添加權限, 只要輸入:

...Sdk/platform-tools$ chmod +x ./adb

Then, the access right had been granted and the program can run!!!
跟著權限獲得, 程式可用!!!

[TN-20210815]

--

--

TN.HK
Messages From Irresponsible Fat Boy

Record and share something that are found interesting when roaming at the internet or real life!