Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to install sudo on Linux

Status
Not open for further replies.

rgolub

Programmer
Aug 26, 2002
2
US
I download the sudo-1.6.8p8.tar.gz file.
This file does not have an installation full path.
put file under /usr/local/src directory, run cmd
gzip -dc sudo-1.6.8p8.tar.gz |tar xvf -
The /usr/local/src/sudo-1.6.8p8 directory was created.
Run install-sh script, got an error:
Usage: install-sh [flags] source destination

I am not sure what is source and destination are, in order to install sudo.

Please advise.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top