Neal H Walfield <neal@cs.uml.edu> writes:
> neal@hurd:~ (0)$ mkdir root
> neal@hurd:~ (0)$ cp `which sudo` root
> neal@hurd:~ (0)$ ls -l `which sudo` root
> -rwsr-xr-x 1 root root 48304 Jul 26 1999 /usr/bin/sudo
> root:
> total 48
> -rwsr-xr-x 1 neal neal 48304 Jan 19 01:09 sudo
>
> It is not going to work if it is not suid root.
That's why I made a hard link instead of copying it.
Mark