Latest Answer: boot frm 1st cd type1) chroot /mnt/sysimage2) grub-install /dev/sda ...
Please give me in detail the command for concatenating two strings in UNIX
Latest Answer: var1=abcvar2=cdevar3=${var1}${var2}echo $var3 ...
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
Latest Answer: Telnet is not secured but SSH is secured. Telenet and FTP can be easily traced by hackers where as SSH (which uses SSL) cannot be easily traced. ...
Latest Answer: HPUX:# vgdisplay If the VG is ACTIVE, you will get the output else an error message "vg not active".-RK ...
give UNIX command to wait for a specified number of seconds before exit.
Latest Answer: Sleep n ...
How to set kernel parameters in Red Hat Linux, AIX, & Solaris.
Latest Answer: There are two methods to configure the Kernel parameters in RHEL1. by using the command "sysctl -w <parameter_name>=
How can you extract just the Filename from the Fully Qualified Path and Filename.Basename?
Latest Answer: file1=`basename $0`echo "$file1"(or)file1=`basename /home/user1/Jincy/base.ksh`echo $file1 The above commands will give the outpuy as base.ksh if you just need the base of the file alone then try the below.file1=`basename /home/user1/Jincy/base.ksh ...
lsos
Latest Answer: lsof : lists information about files opened by processes ...
Command to find the IP of an Proxy Server in UNIX
Latest Answer: To find out IP address of Linux/UNIX/BSD/Unixish system you need to use command called ifconfig. It is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only ...
How can I save a path to my favorites in command prompt to recall it later?
Latest Answer: we have an additional command in AIX to obtaine previously used path or command at the command line without assigning that path to a variablerun set -o vi command at command prompt.this will open a new shell with vi editor enabled.then press ...
View page [1] 2 3 4 5 6 7 8 Next >>

Go Top