The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-20-2009
l_vbosch l_vbosch is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 9
Quote:
Originally Posted by KhawHL View Post
Getting following error.. will try to search for this err code..

# pfexec usermod -P Operator sysopr
usermod: can't get real path

The shell isn't finding the real path to the command. Try:


Code:
pfexec env usermod -P Operator sysopr


Or find 'usermod' in /usr/ directory and type the full path.