At 01:04 2000-04-21 -0700, Morse wrote:
>While in X the command window remembers commands from one session to the
>next...in DOS this is called doskey but what is it called in Linux?
readline
>Is there a way to output all stored commands to a text file ?
By default, they're stored in ~/.bash_history
>I know how to test a smb.cnf file = testparm
>but how do I check to see if samba is running ?
ps ax | grep smb
or
/etc/rc.d/init.d/smb status
Tony
--
Anthony E. Greene <[EMAIL PROTECTED]>
Homepage and PGP Key: <http://www.pobox.com/~agreene/>
If it's too good to be true, it's probably Linux
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.