Why is UNIX more portable than other operating systems?
Latest Answer: UNIX is portable because you can customize or configure it the way you want it and how you will use it. ...
What is the meaning of open source? How it is associated with the meaning of heavily documented?
Latest Answer: Yes and Open Source Software refers to provision of source code for customization as per your need, for which good documentation is essential.Also Detailed documentation about licencing type is expected to be included.eg, GPLv2, GPLv3, Apache common Licence ...
What is the use of "source" command apart from running the script in current shell?
Latest Answer: The soure command is used for two ways. 1. If you want run the more than one command at the time. then you should write the commands in one file. which is run by source command. 2. If you connect any database ...
How to use logical AND in grep?
Latest Answer: By logical "and" I presume you mean that you wish to see lines that contain both "expressionOne" AND "expressionTwo".Just pipe the standard output of one "grep" command into the standard input of a second "grep" ...
What is the difference between hard link and soft link?
Latest Answer: Hard Linkwhen a file is copied, both the original and copy occupy separate space on the disk.unix allows a file to have more than one name and yet maintain a single copy on the disk. The file is then said to have more than one link or name, but all have ...
How will you mirror a volume and how will you find if a volume is mirrored ? lsvg –l (vol gp name)
Command is - sudo gedit /boot/grub/menu.lstThis will show output as - ## default num# Set the default entry to the entry number NUM. Numbering starts from 0, and# the entry number 0 is the default if the
How do u configure the Disk?Tell me Steps to configure the VG?How do u add a new disk in VG?What are the Attributes of LVM?Describe about LVM Adva/Dis.Adv?How do u find the fix is installed?How to u extend
Latest Answer: what is qurem in AIX ...
Unix & Aix what's the difference between the two.
Latest Answer: AIX is one of the favours of Unix and is developed by IBM. AIX stands for Advanced Interactive Executive. This name came because of an advanced feature(tool) introduced in AIX called SMIT (System Management Interface Tool). ...
what is rollback command in unix?
Latest Answer: Rollback is a DB maintenace concept that is used to gurantee database integrity through a transaction control mechanism.This concept does not exist in Unix as this type of data integrity function is not implemented in Unix from my personal perspective ...
View page [1] 2 3 4 5 6 7 Next >>

Go Top