Search Results

Search: Posts Made By: kapilv
6,632
Posted By kapilv
Just a question here what is CLI ?
Just a question here what is CLI ?
3,193
Posted By kapilv
There are many sites which offer complete...
There are many sites which offer complete documentation of unix commands and manual pages either online or in a PDF format. Some of them are docs.sun.com and docs.hp.com. You can also try entering...
14,951
Posted By kapilv
Instead of get /home/usr/directory/* use the mget...
Instead of get /home/usr/directory/* use the mget /home/usr/directory/*. This mget command will ask you for a confirmation for every file to be downloaded to turn the confirmation off use prompt...
45,607
Posted By kapilv
Well man grep could also have help you with other...
Well man grep could also have help you with other options of grep command
5,061
Posted By kapilv
Hi
Passwd aging will be for all the users even for root
57,981
Posted By kapilv
Re: cron
here the editor is decided by the EDITOR environment variable. the default is ed. you can set it to vi and then make the changes as mentioned above
2,087
Posted By kapilv
Find Find in Man
do a man find . It will give you a description on each of these options as well as some examples.
2,540
Posted By kapilv
Command Used
what command is used to take the back up is it tar or someother command like the ufsdump in sun OS ????
12,112
Posted By kapilv
.rhosts also contains the hostname and the user...
.rhosts also contains the hostname and the user which is allowed access your machine.
3,224
Posted By kapilv
SCCS an alternative
If you are using sun solaris then don't forget to go throguh the man pages of SCCS command. It's a source code control system.
man sccs
12,112
Posted By kapilv
Remote Login
It's possible to rlogin from one host to another host without a PASSWORD. (It's a bit confusing)

1) On the host you want to rlogin just create a ./rhosts file in the user's home directory to whom...
1,850
Posted By kapilv
Many keyboards have the print screen button . you...
Many keyboards have the print screen button . you can try using that.
1,565
Posted By kapilv
What error did it gave ? Was the command executed...
What error did it gave ? Was the command executed form the right path ?
Forum: IP Networking 03-31-2002
2,470
Posted By kapilv
?????
I am not trying to give lp <file1> <file2> .... i.e lp and the 52 file names on the command line. I just goto a directory which contains more than 52 files and then give lp *. The printer doesn't...
Forum: IP Networking 03-29-2002
2,470
Posted By kapilv
Printing Problem
I have a printer installed on sun solaris m/c sun os 5.8. It doesn't print more than 52 files i.e if a give lp *.txt and the curent folder contains more than 52 files then it doesn't print them but...
6,145
Posted By kapilv
Hi you can use the substr function of awk....
Hi

you can use the substr function of awk. For more details do a man awk and you will find it.

Hope this helps
:)
9,959
Posted By kapilv
Hi
MultiVolume backups can be done with tar but ufsdump can be thought of as an another option.
9,959
Posted By kapilv
Hi
If you are using SUN OS then you can try using ufsdump instead of tar for multi volume backups.
7,306
Posted By kapilv
Hi
If you are looking to the sccs file i.e the s.originalfile then it's going to be different since the sccs file stores some more information then ur original file like the delta, the comments that you...
6,564
Posted By kapilv
Hi
Use The PS1 variable in solaris
In your .profile set the PS1="$PWD>" ; export PS1 and ur command prompt will display the whole path so that you don't have to type pwd everythime

I think this is...
45,265
Posted By kapilv
Hi
man cd will also help you

:)
6,549
Posted By kapilv
Hi
What application are you running and what error are you getting like the error message.

:confused:
31,547
Posted By kapilv
Hi
Inside a shell script you can read the arguments passed to your shell program by $1, $2, $3 .......
for e.g if your script file name is myscript and if you want to pass an argument to it like...
3,241
Posted By kapilv
Hi
I don't remember exactly what is the link, but if you search through the forums for rlogin you will find some useful info on rlogin since this was discussed recently.

Hope this helps you

:)
6,447
Posted By kapilv
Hi
You can also do a search on the words "shell script" in www.google.com and you will find them in lots.

One more site is http://oase-shareware.org/shell/

:)
Showing results 1 to 25 of 81

 
All times are GMT -4. The time now is 06:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy