echo command

Linux: Set Environment Variable

by Vivek Gite on April 14, 2011 · 4 comments

Bash shell is used for various purposes under Linux. How do I customize the shell environment variable under Linux operating systems?

{ 4 comments }

I need to call the function called foo() using echo command in the same statement. How do I all or invoke the function using the echo statement?

{ 1 comment }

I noticed that many shell scripts in /etc/init.d/ directory use the following syntax:

echo $“Usage $prog start|stop|reload|restart”

Why a double-quoted string preceded by a dollar sign ($”string”) using the echo command under Linux / UNIX bash scripts?

{ 2 comments }

How do I send e-mails from a shell script including file attachments?

{ 3 comments }

HowTo: Verify My NTP Working Or Not

by Vivek Gite on March 25, 2010 · 1 comment

I‘ve setup an NTP (Network Time Protocol) client and/or server to manage the system clock over a network. But, how do I verify that it is working correctly?

{ 1 comment }

How do I display my current path settings under Linux / FreeBSD / OpenBSD / NetBSD / Apple OS X / UNIX like operating systems using bash or ksh or csh / tcsh shell?

{ 0 comments }