LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   server on debian etch (https://www.linuxquestions.org/questions/linux-newbie-8/server-on-debian-etch-631115/)

base - L 03-27-2008 05:07 PM

server on debian etch
 
hy :newbie:

i came across on a web server (not a file server) with debian etch installed on it.
a would like to know just how exactly to find out what's the exact distribution on it, and what software is installed?

i don't know the comand line options :o

tnx so much, in advance

BrianK 03-27-2008 08:20 PM

Quote:

Originally Posted by base - L (Post 3102438)
hy :newbie:

i came across on a web server (not a file server) with debian etch installed on it.
a would like to know just how exactly to find out what's the exact distribution on it

not sure what you mean by that? The exact version is Debian Etch, aka Debian 4.0. You can verify this by running the command:

cat /etc/issue

that is a pretty standard command that can be run on just about any linux distribution.

Quote:

and what software is installed?
from the command line, you can get a list installed software (on debian-based systems) by running:

dpkg -l

you can also see a list of all software (both installed and uninstalled) by running aptitude. Aptitude's database, however, can only be updated by root or a sudoer (i.e. sudo aptitude), then, once it's loaded, hit the 'u' key to update.

base - L 03-28-2008 10:43 AM

ok, thanks, i'm new in linux so i didn't even know that.

do you maybe know the answer to the question in the other thread i posted?

http://www.linuxquestions.org/questi...iptraf-631118/

thank u very much.

base - L 03-28-2008 12:15 PM

.....anyone?


All times are GMT -5. The time now is 07:52 AM.