Re: [newbie] simple question

2000-06-24 Thread Paul

On Thu, 22 Jun 2000, Gary Morgan wrote:

Hi Gary,

>1.  I notice when I do an "# ls" I get a directory listing but some objects
>(files, directorys etc.) are listed in different color text, or have
>distinctive markings next to them (ie. directories are blue, symbolic links
>have the "@" symbol next to them).  What do all these, besides the ones I
>have mentioned mean?

The '@' means that the file is a symbolic link to a different
file.

E.g. you have a file kvirc with the @ mark next to it. This means you seem
to access /home/gary/kvirc_home, but in fact you will access
/home/gary/.kde/share/apps/kvirc. To see where a symbolic link points to,
do an "ls -l ".

When you see an "*" next to a file, that means it is a program or other
executable file (script, Perl or Python program).

>2.  What are the exact differences between the install security levels?  I
>noticed that if I install with "High" security I cannot, by default, login
>via ftp or telnet, even from the local machine, and I cannot restart (via
>ctrl-alt-del) without being logged in first, however I can do both if I
>install with "Medium" security.

I am not all that up to speed with the security levels, but I do know that
these levels determine how far you can go with things. Low security lets
you do anything with the system, and others too, which makes it not very
stable as a crucial server etc. For that you install high security. This
makes a lot of things impossible, thus warranting that the machine will be
as safe as anywhere possible. E.g., you can't shut down the system
remotely that way, incidentally downing a webserver or so.

Hope this helps!
Paul

-- 
If you lose money, you lose nothing.
If you lose (the) honour, you lose a lot.
If you lose your courage, you've lost everything.
But if you lose friendship, then you've lost the world!

)0([[EMAIL PROTECTED]])0(
http://nlpagan.net -  ICQ 147208
Registered  Linux  User   174403




Re: [newbie] simple question

2000-06-24 Thread Mike & Tracy Holt

 Gary Morgan wrote:
 
> ok, I'm new to Linux, the only knowledge I have is from the books I have
> read.  But all of them have seem to skip over, what seems to me as, simple
> questions.
> 
> 1.  I notice when I do an "# ls" I get a directory listing but some objects
> (files, directorys etc.) are listed in different color text, or have
> distinctive markings next to them (ie. directories are blue, symbolic links
> have the "@" symbol next to them).  What do all these, besides the ones I
> have mentioned mean?
> 
> 2.  What are the exact differences between the install security levels?  I
> noticed that if I install with "High" security I cannot, by default, login
> via ftp or telnet, even from the local machine, and I cannot restart (via
> ctrl-alt-del) without being logged in first, however I can do both if I
> install with "Medium" security.
> 
> TIA,
> Gary Morgan
 
I'm just going on basic understanding myself, but I'll take a shot at
these.
 
1.  Just a way at quick glance to organize your files.  Imagine you just
downloaded a few 'rpm' packages, you open a terminal window and do 'ls'
to see what you've got; if they're all the same, it would be a little
more of a strain to find the files you're looking for.  I don't think
there's any tricky formula behind it; in my directory, text files are
green, executable files are bright green, rpm's and tar.gz files (both
are archives - just different types) are red, and graphics files are
purple.  The '@' symbol designates a symlink (shortcut) and the '*' is
another way to indicate an executable.
 
2.  I don't really know the 'exact' differences between the security
levels; maybe experiment?  You've basically answered that one already
though.  I would generally say though, that not all distros use the same
terms for the same environment; i.e.; what would seem to be 'medium'
security in Mandrake may very well be 'high' security in SuSE.  I
believe that's just a matter of personal preference, and you've already
seen the results.  I've loaded both SuSE and Mandrake / Red Hat distros
and have seen that when trying to use the minicom program (similar to
hyperterm in windows), I have to change permissions on the Mandrake /
Red Hat version but on the SuSE version, the $user is able to use it
right out of the box.
 
Hope that helps, Mike
--

Mike & Tracy Holt
Kirkland, WA
[EMAIL PROTECTED]





Re: [newbie] simple question

2000-06-23 Thread flupke

On Thu, 22 Jun 2000, Gary Morgan wrote:

> ok, I'm new to Linux, the only knowledge I have is from the books I have
> read.  But all of them have seem to skip over, what seems to me as, simple
> questions.
> 
> 1.  I notice when I do an "# ls" I get a directory listing but some objects
> (files, directorys etc.) are listed in different color text, or have
> distinctive markings next to them (ie. directories are blue, symbolic links
> have the "@" symbol next to them).  What do all these, besides the ones I
> have mentioned mean?
It is due to the fact that mandrake sets up several aliases during
install. type "alias" and you will see that ls stands for "ls --color=auto
-F" (--color=auto for colors and -F to add @ to symlinks, * to executable
files, / to directories, ...)
man ls for more details


> 
> 2.  What are the exact differences between the install security levels?  I
> noticed that if I install with "High" security I cannot, by default, login
> via ftp or telnet, even from the local machine, and I cannot restart (via
> ctrl-alt-del) without being logged in first, however I can do both if I
> install with "Medium" security.
This is handled by the msec package. Look at
/usr/doc/msec/security.txt and msec.ps for details about
different security levels.
You can use the msec command to switch from one security level to another
(man msec)

> TIA,
> Gary Morgan

HTH
Flupke

-- 
<< There's no place like ~ ! >>




[newbie] simple question

2000-06-22 Thread Gary Morgan

ok, I'm new to Linux, the only knowledge I have is from the books I have
read.  But all of them have seem to skip over, what seems to me as, simple
questions.

1.  I notice when I do an "# ls" I get a directory listing but some objects
(files, directorys etc.) are listed in different color text, or have
distinctive markings next to them (ie. directories are blue, symbolic links
have the "@" symbol next to them).  What do all these, besides the ones I
have mentioned mean?

2.  What are the exact differences between the install security levels?  I
noticed that if I install with "High" security I cannot, by default, login
via ftp or telnet, even from the local machine, and I cannot restart (via
ctrl-alt-del) without being logged in first, however I can do both if I
install with "Medium" security.


TIA,
Gary Morgan




Re: [newbie] simple question I think?

2000-01-30 Thread Eric Damron

sean F wrote:
> 
> Javier,
> Como en englias? por favor?
> 
> I understand what you said ;) ps -a shows all
> services, yes, I am looking for running deamons
> though. And alot of services I know are running do not
> show up under ps -a.
> 
> Sean
> 
> --- Softec - Javier Matos <[EMAIL PROTECTED]>
> wrote:
> > Con ps -A ves todos los servicios ejecutandose en tu
> > maquina.
> >
> >
> >
> >
> > -Mensaje original-
> > De:   sean [mailto:[EMAIL PROTECTED]]
> > Enviado el:   viernes 28 de enero de 2000 8:32
> > Para: Newbie

Commands under Linux are case sensitive.   Try ps -A  (not ps -a)

> > Asunto:   [newbie] simple question I think?
> >
> > What is the command to see what services are
> > running? I want to shut
> > off SMTP on my IP MASQ. and see what else is
> > running.
> >
> > __
> > Do You Yahoo!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> >
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com



RE: [newbie] simple question I think?

2000-01-29 Thread sean F

Javier,
Como en englias? por favor?

I understand what you said ;) ps -a shows all
services, yes, I am looking for running deamons
though. And alot of services I know are running do not
show up under ps -a.

Sean

--- Softec - Javier Matos <[EMAIL PROTECTED]>
wrote:
> Con ps -A ves todos los servicios ejecutandose en tu
> maquina.
> 
> 
> 
> 
> -Mensaje original-
> De:   sean [mailto:[EMAIL PROTECTED]]
> Enviado el:   viernes 28 de enero de 2000 8:32
> Para: Newbie
> Asunto:   [newbie] simple question I think?
> 
> What is the command to see what services are
> running? I want to shut
> off SMTP on my IP MASQ. and see what else is
> running.
> 
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



Re: [newbie] simple question I think?

2000-01-29 Thread R_Yeo

On Fri, 28 Jan 2000, sean wrote:
> What is the command to see what services are running? I want to shut
> off SMTP on my IP MASQ. and see what else is running.

Try "ps aux" or "ps -ef"

--
Ronald



Re: [newbie] simple question I think?

2000-01-29 Thread shuxclams

Have another problem, if I try and "surf" from the IP Masq, netscape for
whatever reason locks up. It did not do this yesterday and nothing has
changed as far as I know on the Linux box? Any Ideas?

Sean

sean wrote:

> What is the command to see what services are running? I want to shut
> off SMTP on my IP MASQ. and see what else is running.
>
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



RE: [newbie] simple question I think?

2000-01-28 Thread Softec - Javier Matos

Con ps -A ves todos los servicios ejecutandose en tu maquina.




-Mensaje original-
De: sean [mailto:[EMAIL PROTECTED]]
Enviado el: viernes 28 de enero de 2000 8:32
Para:   Newbie
Asunto: [newbie] simple question I think?

What is the command to see what services are running? I want to shut
off SMTP on my IP MASQ. and see what else is running.

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



[newbie] Simple question

1999-12-23 Thread Meditalika

How to make numlock always on after my Linux starts?