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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help viewing this filetype??

Status
Not open for further replies.

NitramTELEBOY

IS-IT--Management
Jul 27, 2005
69
US
Hello,
Can someone tell me how to look at the coding in the following type file?
modsplits: executable /bin/ksh script

I would prefer to copy it to another file and look at that file.)




Thanks
 
more modsplits

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
cat modsplits > anotherfile

more anotherfile


Kind Regards
Duncan
 
Thanks for the quick response!
OK so what i though would be in this file is not there.
Somewhere there is a process where data is being FTP from my solaris box to one of EWFM(call center application) boxes.
The tech showed me where it was and login and password to get into the EWFM box. But now i need to change the password to ftp the file.

These are the cron jobs:
00 3 * * * /export/home/pserv/esfm4/age cron > /dev/null 2>&1

5,35 * * * * /export/home/pserv/esfm4/power cron > /dev/null 2>&1

Thanks in advance.
 
cd to the esfm4 directory and grep for ftp in all the files that are there:

cd /export/home/pserv/esfm4
grep -i ftp *


HTH,

p5wizard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top