Korn Shell Scripting

How do I change user password using a shell script under FreeBSD operating systems?

{ 6 comments }

How do I convert hex number to decimal number using a shell script under UNIX / Linux operating systems?

{ 22 comments }

Find out Apache Version

by on December 20, 2008 · 16 comments

Q. I have a rented dedicated LAMP server and I need to know what version of Apache I am running. How do I find out my Apache server version? How do I find out what modules loaded?

{ 16 comments }

Q. I had written lots of code in C for my school work and saved it as source code under /home/user/c/*.c and *.h. How do I find files by content such as string or words (function name such as main() under UNIX shell prompt?

{ 23 comments }

Q. Can you tell me how to write a UNIX korn shell script program? I’m new to UNIX scripting and HP-UX UNIX operating system.

{ 11 comments }

KSH for Syntax

by on August 31, 2007 · 0 comments

Can you explains UNIX ksh for loop syntax which can repeatedly execute a block of statements with a simple ksh script example?

{ 0 comments }