Home > Java > JavaBase > body text

java prompts insufficient permissions

angryTom
Release: 2019-11-14 16:03:29
Original
6891 people have browsed it

java prompts insufficient permissions

java prompts insufficient permissions

Go to the last step when installing jdk1.8 on Linux and check whether the jdk configuration is effective At that time, a problem suddenly came up.

提示:bash: /usr/java/jdk1.8/bin/java: 权限不够
Copy after login

Solution

At this time, Linux needs to connect to Xshell, enter the command in Xshell:

chmod +x /usr/java/jdk1.8/bin/java
Copy after login

Note:

1. chmod: method to change permissions

2.: Represents add permission

3. x: Represents execution permission

4. /usr/java/jdk1.8/bin/java: File name (you What is the file name? Just add it directly after chmod

When it appears as shown below, it’s OK.

php Chinese website, a large number of free Java introductory tutorialsjava prompts insufficient permissions, welcome to learn online!

The above is the detailed content of java prompts insufficient permissions. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!