GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Operating System  >  Unix Commands
Go To First  |  Previous Question  |  Next Question 
 Unix Commands  |  Question 70 of 73    Print  
What is the command to view the active vg?

  
Total Answers and Comments: 1 Last Update: May 13, 2008     Asked by: psvprasad_123 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 13, 2008 18:53:57   #1  
raisahmad Member Since: May 2008   Contribution: 3    

RE: What is the command to view the active vg?
#lsvg -o (AIX)
 
Is this answer useful? Yes | No

 Related Questions

A pipe is two or more commands separated by pipe char '|'. That tells the shell to arrange for the output of the preceding command to be passed as input to the following command. Example : ls 
Latest Answer : The Unix commands alone are powerful, but when two or more commands get combine together, we can accomplish complex task with ease.In unix we can combine the two or more commands together to perform multiple action simulatenously with the help of Pipe ...

With the help of kill command we can terminate the process.Syntax: kill pidKill 0 - kills all processes in your system except the login shell. 
Latest Answer : kill -0 : All processes in the current process group are signaled. Kill -0 commnd is use to sends signal to all process and group of process. ...

Use ‘su’ command. The system asks for password and when valid entry is made the user gains super user (admin) privileges. 
Latest Answer : "su" is the command to switch to a super user status (commonly known as root user) from a user shell.This command does not load the shell settings for a typical super user that login from a login screen. Therefore, environment variables/settings ...

Yes, it stands for ‘disk usage’. With the help of this command you can find the disk capacity and free space of the disk. 
Latest Answer : Thats right.. du gives you "disk used" and not free disk space. some of the options for du are : du -k   : returns the disk usage in KBsdu -k : gives the disk usage by direcotry and all its sub-directories in KBs ...

ls stands for list; so it displays the list of the files that starts with 'chapter' with suffix '1' to '5', chapter1, chapter2, and so on. 
Latest Answer : ls -x displays the list of contents in linewise instead of column wise ...

Yes, using the ‘mesg’ command. 
Latest Answer : messages can be restricted by you with the help of 'mesg n', this will restrict the incoming of messages to your terminal, for again allowing messages for your terminal you can use 'mesg y'. ...

$ echo *It is similar to 'ls' command and displays all the files in the currentdirectory. 
Latest Answer : Ya u r correct, $echo *  will give u the files in the current directory similar to ls command. ...

$od -cbd file_namec - character, b - binary (octal), d-decimal, od=Octal Dump. 
Latest Answer : to change the output in binery format the command is :%!xxd -b ...

Which command is used to delete all files in the current directory and all  its sub-directories?
rm -r * 

Kill $! 
Latest Answer : To kill the last background job, the following command is used:$ kill $!The system variable $! stores the PID of the last background job.The other method is first find the PID using the ps command, then use kill command to do the job. ...


 Sponsored Links

 
Related Articles

Listening Skills - Become an Active Listener

Become an Active Listener Can you hear what people are really saying If you feel that you are lacking in the communication skills department this can be detrimental in the long run in terms of your career It is simply not possible to influence negotiate and persuade people all tools that you need to
 

Listening Skills - Active Listening

Active Listening What is Active Listening In a word active listening is the key to success in life It means the difference in listening processing and using information to one’ s advantage and merely hearing” what a person is saying i e letting it go in one ear and out the oth
 

What is a view

A view is nothing but a window of an existing table by which one can view and can also change the values in tables. The main point aspect of view is views have no storage space. For this reason views are also called as virtual tables. Thus in other words a view is a database object that gives a logi
 

What is Active Metadata Warehouse

An Active Metadata Warehouse is a repository of Metadata to help speed up data reporting and analyses from an active data warehouse. In its most simple definition, a Metadata is data describing data. Many companies have spent years and billions of dollars trying to cleanse, profile, extract, trans
 

What is Active Data Warehouse

Active Data Warehouse is repository of any form of captured transactional data so that they can be used for the purpose of finding trends and patterns to be used for future decision making. According to Bill Inmon, a prominent data warehousing practitioner, data warehouse defined in terms of subje
 

What is the use of truncate command?

Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table data before performing the truncate command. Truncate command is thus used to remove all rows from
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

How to define command line arguments

The main functions can have arguments passed which are called as command line arguments. There are two command line arguments: Argument count denoted by argc and Argument vector denoted by argv The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a
 

SQL Table Commands

SQL Table Commands Overview As mentioned previously in this series of SQL articles, databases are primarily composed of tables. The “columns and rows” structure of the table allows data to be efficiently inserted, manipulated, updated, and deleted from the database. The three mos
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape