unix passwd program location [closed] - unix

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to copy the passwd program to my own directory but am not able to find it. Can anyone please tell where exactly is the passwd program file located in unix?
Thanks.

Finding out is easy enough on any *nix machine, by using which:
[user#server ~]$ which passwd
/usr/bin/passwd

Related

what is environment variable EBSDIR? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i am getting an error "Unable to determine installation location. Please set the environment variable 'EBSDIR' to the installation directory."
can anyone tell me what is environment variable EBSDIR and what does it used for? which installation path it is asking for?
thanks
It is the installation directory for the McAfee E-Business Server. The default location would be /usr/local/ebs.
Try:
locate McAfeeEBSGUI.jar

ghostscript cygwin [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am using cygwin (unix) for windows and would like to install ghostscript so I can run a convert for ImageMagick to go from PDF to tif. However, in order to do this, I need ghostscript. I have looked at different websites to install it on cygywin but I do not understand. Here is the site I have tried to use here
Can anyone please explain to me how this is done? Thanks!
You should be able to install GhostScript (gs) through the Cygwin setup.exe program. See http://cygwin.com/install.html for more info.

Unzip file on server (Windows , plesk) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a file that was uploaded to my host that has password, how can in unzip file on the server ?
I know password !!
You can use the SharpZipLib for zipping and unzipping files.

how to find all the exsiting file systems in UNIX? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to mount a device to a designated dir, how can I know what file systems already exist in my machine? I am using a NFS system, Thank you
Use df command with -a argument:
df -a

How to copy Files from Network folder to Local drive and preserve permissions? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Please close this question. I got what I am looking for and some are arguing it doesn't belong here.
All you have to do is zip the files on the mount and drop it in your local HD. All permissions are intact!
Is it possible?
I have a network disk mounted on Ubuntu. How do I save the files (folders and files recursively) from the network mounted disk to my local disk preserving permissions?
Thank you...
Use either rsync -a or cp -p, depending on your needs.

Resources