[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re:I knew it would not be long.......
- Subject: Re: [cobalt-users] Re:I knew it would not be long.......
- From: Glenn Parsons <gparsons@xxxxxxxxxxxxx>
- Date: Fri Jul 19 11:44:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
At 09:03 AM 7/19/02 -0400, you wrote:
--SNIP--
(BTW, on my very first university unix account, I had aliased "ls" to mean
"ls -l", because I seldom have much use for a plain ls. Of course, I've
forgotten how I did it. Can anyone clue me in on that?)
Hi Parker,
On my RedHat machines, I have this inserted in my .bashrc file in my user
directory. On the Cobalt, you may need to insert this in your .profile
file. However, if you want to affect system-wide, insert in your
/etc/profile or /etc/bashrc.
alias ls='ls -l'
Cheers,
Glenn