Installing load generator software on Linux
Question ID: 107936
0
0

I’m trying to use ubuntu Linux for one of Load Generators. I copied the installation files to my home directory; however, ubuntu won’t let me execute the installation.

Marked as spam
Posted by (Questions: 23, Answers: 4)
Asked on October 26, 2017 5:44 pm
118 views
Answers (1)
0
Private answer

When the files are copied to Linux, the permissions are -rw-rw-r--. The files don't have execute permissions.
Change the file permissions to allow the install files to execute. In this case we will set all users to read, write, and excute:

chmod u=rwx,g=rwx,o=rwx *.*

Now you can execute any of the executables in the installation package.

Marked as spam
Posted by (Questions: 4, Answers: 41)
Answered on October 26, 2017 5:44 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top