How to make a duplicate copy of the wget binary file and rename it,and how to chmod the renamed copy of wget to 0755 and how to change the permissions of wget to 0755
![]()
How to make a duplicate copy of the wget binary file and rename it,and how to chmod the renamed copy of wget to 0755 and how to change the permissions of wget to 0755
![]()
cp /usr/bin/wget /usr/bin/xget
chmod 755 wget
chmod 755 xget
Proactive Server Monitoring and Management
http://got-management.com
![]()
Thank you so much,sir !
you are a true gentleman and scholar,
I appreciate your help.
max
![]()
Mind me asking why you want to do this? I'm curious!Originally Posted by maxzuniga