cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
0
Helpful
1
Replies

How to execute scripts with root access on nexus switches

Hi,

 

How to execute scripts with root access on nexus switches?

 

Thanks & regards,

Nilesh Bhadane

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

Depend on version you using :

Bash is enabled by running the feature bash-shell command.

The run bash command loads Bash and begins at the home directory for the user.

The following examples show how to enable the Bash shell feature and how to run Bash.

switch# config t
switch(config)# feature bash-shell
switch# run?
  run         Execute/run program
  run-script  Run shell scripts

switch# run bash?
  bash  Linux-bash

switch# run bash
bash-4.2$ whoami
admin
bash-4.2$ pwd
/bootflash/home/admin
bash-4.2$

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help