Search Results

Search: Posts Made By: viRaven
1,581
Posted By viRaven
Just a boolean value, looking for a True or...
Just a boolean value, looking for a True or False.

I'm basically trying to determine if within in a set of groups, if a group contains only the identified users. But the order in which the users...
1,581
Posted By viRaven
Regular expression for group of users
Is it possible to create one regular expression to match a group of users, ignoring the order of the users. I have not been able to figure it out. If someone could nudge me in the right direction it...
2,504
Posted By viRaven
Unexpected sed result.
I am in the process of writing a script to change the grub password in the grub.conf file. I thought I had it figured out, but am running into an a problem I can't put my finger on.



Command I...
Forum: Filesystems, Disks and Memory 05-16-2007
5,443
Posted By viRaven
'cp' and slack space
Does the 'cp' command copy the slack space of the copied file to the new location(e.g. CDROM, TAPE)?

I've read that slack space is only copied in a bitstream copy/backup. Is the 'cp' utility a...
5,936
Posted By viRaven
Problems can arise from the client not sending...
Problems can arise from the client not sending the required information for name-based virtual hosts, this results in the server sending back the first virtual host listed.

Happens mostly with...
2,285
Posted By viRaven
www.linuxiso.org
www.linuxiso.org
Forum: Solaris 04-20-2004
126,928
Posted By viRaven
See if this helps. ...
See if this helps.

https://www.unix.com/showthread.php?s=&threadid=13429&highlight=stopa
6,022
Posted By viRaven
Check the HP-UX section, Pederaboo just posted...
Check the HP-UX section, Pederaboo just posted some information that might be more helpful to you than me, considering I have yet to implement the change. Might prove helpful to check it out.
Forum: HP-UX 04-14-2004
35,547
Posted By viRaven
Running the ioscan I see btlan4 claimed them...
Running the ioscan I see btlan4 claimed them both. If I bring the second interface up with an IP and hostname, will I need another hostname.btlan4 entry under /etc?
Forum: HP-UX 04-12-2004
35,547
Posted By viRaven
HP-UX ifconfig question.
This will most likely be a real dumb question for a HP-UX admin, but here it goes anyhow.

lan0 - is up and configured
lan1 - is down, I want to bring it up.

lanconfig....ifconfig is there a...
Forum: Solaris 03-10-2004
5,125
Posted By viRaven
grep 'grep' www.unix.com | wc -l 695 ...
grep 'grep' www.unix.com | wc -l

695

Try searching the site, you'll learn a great deal more. There are many topics concerning grep on this site.

:D
4,950
Posted By viRaven
Well then lets hope you paid attention during all...
Well then lets hope you paid attention during all those math word problems. :D

Run your windows apps from the command line, most of them have command line syntax. Use the run line, command, or...
4,950
Posted By viRaven
That'll work fine by sperating your read in two...
That'll work fine by sperating your read in two seperate lines


#!/bin/sh
echo " Enter first number "

read num1

echo " Enter second number "

read num2

if [ $num1 -gt $num2 ]
then...
5,129
Posted By viRaven
Try this
There is always a better way, but here is an idea.

grep out the grep process.

so it looks like this now:


pid=`/usr/bin/ps -e | /usr/bin/grep cron | /usr/bin/grep -v grep | /usr/bin/sed -e...
Forum: Solaris 02-10-2004
9,100
Posted By viRaven
It's hard to diagnose a problem when you don't...
It's hard to diagnose a problem when you don't give details. Are you getting an error, a connection refused, host unknown, or nothing at all?
Forum: Solaris 02-10-2004
9,100
Posted By viRaven
do a man on rlogin And I'll save the Mods...
do a man on rlogin

And I'll save the Mods some trouble and point you to the search function.

try this thread

rlogin help...
3,431
Posted By viRaven
Don't know why I didn't think of that, saw the...
Don't know why I didn't think of that, saw the substr and got tunnel vision. (sheepish grin)

Thanks for the help! :D
3,431
Posted By viRaven
substr
I took the first part of the awk command and used that. Changing the 12 hour criteria to anything over a day.

But I'd like to figure this out, I've been trying for the last few hours, but my...
3,431
Posted By viRaven
Thanks for such a quick reply. Any shell is...
Thanks for such a quick reply.

Any shell is fine by me.

Heres the problem though, that will filter by the minutes.

So it will not display:

a process with the time 18:16:(10 <----not...
3,431
Posted By viRaven
"if" for time
I am trying to filter some output with an "if" in an "awk" command but I cant seem to find the right syntax for time.


Command:
ps -ef -o comm -o time

Output:
/usr/../../ddterm ...
36,740
Posted By viRaven
I'm not sure on the syntax, check your help on...
I'm not sure on the syntax, check your help on the machine your using the at command. Don't know what your running on, but you seemed to be mixing the two OS commands.

try windows "at" command:
...
Forum: Linux 01-30-2004
5,700
Posted By viRaven
syntax: :%s/mumbai/pune/g
syntax:

:%s/mumbai/pune/g
2,799
Posted By viRaven
I would check the resolv.conf file to make sure...
I would check the resolv.conf file to make sure its configured properly.
Forum: Linux 01-16-2004
3,670
Posted By viRaven
The game has a dedicated server but its designed...
The game has a dedicated server but its designed for windows.

Thats why I am tying to run it using Wine.

It will run on Wine this I know. Those who have gotten it to run, run it locally on a...
Forum: Linux 01-15-2004
3,670
Posted By viRaven
Remote Linux Server
I have friend that would like to run a dedicated game server on a remote linux machine. Now the game(RvS) itself does not have a linux version.

So I am using wine to start the program. Most...
Showing results 1 to 25 of 36

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