-
-
What happens when a compress command is used in UNIX system?
compress command is used for compressing a file that is for making the file size compact so that it becomes small. When a compress command is used in UNIX all the file attributes like the owner of the file and other things remain same except the file size is compressed and the extension of the file becomes .ZThe general syntax for compressing file iscompress filenameFor instance if one like to compress...
-
What is meant by shell layer manager?
Shell layer manager is also called as shl in short. This utility is used for running number of scripts simultaneously at the same time in a single terminal. This utility plays a very important role in UNIX operating system because as we all know UNIX is a multi-programming operating system. So in other words there many be many instances or occurrences in which the users in the UNIX operating system...
-
What is the difference between the commands sleep, wait and killall?
sleep:
This command is used in UNIX operating system to suspend execution of the system for the specified time limit mentioned in it as parameter.
The general format of sleep command is
sleep no_of_seconds
The sleep suspends the execution of the shell in UNIX operating system for the no_of seconds specified.
For instance
sleep... -
-
-
-
-
-
-
Inter process command
inter process command in UNIX be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
-
UNIX Maximum simultaneous logins
how many simultaneous logins are allowed in Linux/Solaris for a single user ?
-
Unix & Aix
Unix & Aix what's the difference between the two.
-
UNIX questions
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 the FS?Attributes of FS?List all the LV in system?How do u find the PP size of the VG?How do u create the pp size of 32 MB in VG?What is the Limitation of VG?How do u disable the paging space?What...
-
UNIX Commands questions
1. Why is the . not included in the path?2. How will you mirror a volume and how will you find if a volume is mirrored ? lsvg –l (vol gp name)3. A system is echoing the ping but not able to login via telnet why ?Etc /services etc/inetd.conf4. what is the migration path from 4.3 to 5.1 ? (or any versions)5. A system is able to ping within the network but not outside why ?6. What are the components of...
-
-
-
Grep
How to use logical AND in grep?
-
Print Using string copy and concate Commands
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
-
UNIX File Access
The syntax of command statement in UNIX 10. If the permission for a file is 000, then the file can be accessed by whom?
UNIX Interview Questions
Ans