cancel
Showing results for 
Search instead for 
Did you mean: 
Charles97
Cadet
Cadet
  • 1,454 Views

Red hat support tools

Hello I'm working in the command line perfoming support subscription


I use
"Redhat-support-tool "
And it comes back
Bash Redhat-support-tool : command not found


I don't understand what I should do
Labels (1)
0 Kudos
2 Replies
Alexandre
Starfighter Starfighter
Starfighter
  • 1,423 Views

  Hello

  Uppercase and lowercase letters are different in Unix/Linux systems, unlike Windows systems. Please, use:

redhat-support-tool

  Be sure that the soft is installed on system.

0 Kudos
Jeff_Schaller
Flight Engineer
Flight Engineer
  • 1,363 Views

Beyond what Alexandre mentioned (using the correct case -- redhat-support-tool), it's possible that your $PATH variable doesn't include /usr/bin; you could determine that by trying the full path of the tool: /usr/bin/redhat-support-tool. If that still reports "command not found", then you'll want to install the corresponding package, with: yum install redhat-support-tool

 

-jeff

0 Kudos
Join the discussion
You must log in to join this conversation.