Sponsored Content
Operating Systems BSD How to get the FreeBsd system information? Post 302454771 by forumguest on Monday 20th of September 2010 02:43:20 AM
Old 09-20-2010
How to get the FreeBsd system information?

Hi,

How to get the FreeBsd system hardware and software basic information using terminal command with guest login?

Here below i have specified some of the information i need. Please have a look at this and guide me.

Code:
 
   OS Name: 
   OS Version :
   OS Manufacturer:
   OS Configuration:
   OS Build Type:
   Registered Owner:
   Registered Organization:
   Product ID: 
   Original Install Date:
   System Up Time:
   System Manufacturer:
   System Model:
   System type: 

   Processor(s):
   System Locale:
   Input Locale:
   Time Zone:

Battery Charge status, CPU temperature and printer information,etc.....

Thanks in advance.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIX System information

Hi All, I am new to Unix and am working on AIX ( rs6000 ). I am looking for the system info of the unix box like 1. Number of CPUs 2. CPU speed 3. RAM size Your help is much appreciated Thanks rao. (6 Replies)
Discussion started by: rao
6 Replies

2. UNIX for Dummies Questions & Answers

Installing FreeBSD on old system?

I've never had trouble installing freebsd or any linux/unix system on any computer i've tried to do it on. I just recently aquired a Packard Bell, 75mhz Pentium, 482 i believe. Im having difficulty installing it. I have FreeBSD 5.1 on cd and the computer wont even recognize the cd on boot, so it... (2 Replies)
Discussion started by: MadProfessor
2 Replies

3. HP-UX

System Information

How do I get the system information on a HP UNIX server. details like CPU speed, number of processors etc. (4 Replies)
Discussion started by: Olamide
4 Replies

4. Shell Programming and Scripting

system general information

hi I am new to this forum. hope to get help from u all. how can i write these by using shell programming? 1. The name of the machine and the date/time at which the report was produced. 2. Licensing information such as the operating system revision level and license restrictions in terms of... (1 Reply)
Discussion started by: nokia1100
1 Replies

5. BSD

FreeBSD Stackable File System

how can we create a folder invisible to the userspace, i.e no flavor of "ls" should be able to retrieve it, it should exist and we should be able to work with it like any other folder. Specifically, hat changes do we need to make in the kernel... I am thinking of a whiteout entry but not sure... (3 Replies)
Discussion started by: warrior1234
3 Replies

6. HP-UX

HP-UX system information

Hi, I'm writing a script to display a lot of information which describe a server (OS distrib, release, Hardware platform, CPU, HD, S/N...). For Linux side it is ok as you have almost all the information in /proc/cpuinfo, /proc/meminfo... and you can use dmidecode but for HP-UX I didn't find... (13 Replies)
Discussion started by: biker007fr
13 Replies

7. Infrastructure Monitoring

How to get the Linux system information?

Hi, How to get the Linux system hardware and software basic information using terminal command ? Here below i have specified some of the information i need. Please have a look at this and guide me. OS Name: OS Version : OS Manufacturer: OS Configuration: OS Build Type:... (6 Replies)
Discussion started by: forumguest
6 Replies

8. Solaris

How to get the Solaris system information?

Hi, How to get the Solaris system hardware and software basic information using terminal command with guest login? Here below i have specified some of the information i need. Please have a look at this and guide me. OS Name: OS Version : OS Manufacturer: OS Configuration: ... (15 Replies)
Discussion started by: forumguest
15 Replies

9. BSD

FreeBSD 8.1 and OSS: system freezing

Hey all, This is my first post and I'm a brand new unix user. Just to let ya know, my technical knowledge consists of windows and linux(Ubuntu, Fedora, Sabayon, and Arch Linux), so I'm not a complete NOOB at using unix-like OSes. Anyway, I installed FreeBSD 8.1 yesterday and everything is... (0 Replies)
Discussion started by: nathanbrownitt
0 Replies

10. AIX

AIX System Information

Hi all, I have googled around quite a bit and tried many different commands to get system information about my AIX 5.3 box but none of the commands I've used have given me quite what I'm looking for. I am interested in finding out the model of the motherboard, and amount of available RAM, the... (2 Replies)
Discussion started by: ThePistonDoctor
2 Replies
environ(7)						 Miscellaneous Information Manual						environ(7)

Name
       environ - user environment

Syntax
       extern char **environ;

Description
       An  array  of  strings,	called	the  environment,  is made available by when a process begins.	By convention, these strings have the form
       ``name=value''.	The following names are used by various commands:

       PATH    The sequence of directory prefixes that and apply in searching for a file known by an incomplete path name.  The prefixes are sepa-
	       rated by a colon (:).  The command sets

       HOME    A user's login directory, set by from the password file

       TERM    The  kind  of terminal for which output is to be prepared.  This information is used by commands, such as or which may exploit spe-
	       cial terminal capabilities.  See in for a list of terminal types.

       SHELL   The file name of the user's login shell.

       TERMCAP The string describing the terminal in TERM or the name of the termcap file.  For further information, see and

       EXINIT  A startup list of commands read by and

       USER    The login name of the user.

       PRINTER The name of the default printer to be used by and

       Further names may be placed in the environment by the command and ``name=value'' arguments in or by the command if you  use  Arguments  can
       also be placed in the environment at the point of an It is unwise to conflict with certain variables that are frequently exported by files:
       and

See Also
       csh(1), ex(1), login(1), sh(1), execve(2), system(3), termcap(3x), passwd(5), termcap(5)

																	environ(7)
All times are GMT -4. The time now is 02:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy