cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
567
Views
3
Helpful
1
Replies

WCS Linux Upgrade

Greg Johnson
Level 1
Level 1

I am trying to upgrade a Linux WCS and when I run the command in linux I get permission denied. I do not have alot of experience with the Linux operating system but assume I don't have rights run the command. I am logged in as the root user. Do I need to change the rights of the file to run it? What are the commands to change those rights.

\Thanks in advance.....

1 Reply 1

ericgarnel
Level 7
Level 7

type ls -al

You should see similiar the following:

-rwxr-xr-x  1 root  root  300685722 Mar 12  2009 WCS-STANDARD-K9-6.0.58.0.bin (your version here)

The 1st rwx is user read/write/execute, the next, r-x is group read & execute & and the last r-x is world (everyone) read & execute

If not, you can simply type chmod u+x WCS-STANDARD-K9-6.0.58.0.bin and possibly g+x WCS-STANDARD-K9-6.0.58.0.bin to give executable access to the file.

If you are in the same directory, add a ./ before the name of the file(no spaces)

Review Cisco Networking products for a $25 gift card