New to linux ..some help


 
Thread Tools Search this Thread
Operating Systems Linux New to linux ..some help
# 1  
Old 10-13-2007
New to linux ..some help

What do you mean by sourcing the environment ?
What are alias and what are they used for ?
why do one need to set nls_lang ??
what are config files for ?

pls. can some one help to clear my understanding.Thks.
# 2  
Old 10-14-2007
1. I think refers to using "." or "source" to interpret shell statements in the current shell.

2. different names for commands, often with arguments

3. character sets and national language support, not everybody lives in the USA.

4. configuration settings
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Simple sed command not working; could be a Mac/Linux vs. PC/Linux issue

Hello, I am on a Mac and trying to clean up some monthly files with a very simple SED: sed '3,10d;/<ACROSS>/,$d' input.txt > output.txt (from the input, delete lines 3 - 10; then delete from the line containing <ACROSS> to the end of the file) then output to output.txt Even when I try... (2 Replies)
Discussion started by: verbatim
2 Replies

2. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies
Login or Register to Ask a Question