Search Results

Search: Posts Made By: Toiday
1,511
Posted By Toiday
What OS? If it's in Linux than it's very easy.
What OS? If it's in Linux than it's very easy.
1,681
Posted By Toiday
With that many hosts, installing ssh public key...
With that many hosts, installing ssh public key is the way to go. Pick a good host to use for your management host. Don't use your desktop. It may take sometime to do for the first time but after...
1,836
Posted By Toiday
I see people give you the codes but I think it...
I see people give you the codes but I think it will be more benefit to you if you're doing it yourself. So, instead of give you the code, I would rather show you one of many ways on how to do it. ...
4,199
Posted By Toiday
should you be scanning the devices before running...
should you be scanning the devices before running format?

# devfsadm
# echo | format

I hope this external HD is for transfering data, right? I wouldn't leave it there for use on a daily...
4,532
Posted By Toiday
awk '{if (Previous_Line!=$1$2$3$4$5) print;...
awk '{if (Previous_Line!=$1$2$3$4$5) print; Previous_Line=$1$2$3$4$5}' file

This is assuming the duplicated lines are already together like you have in your example. Otherwise, sort the file then...
3,214
Posted By Toiday
OMG!!!! Really???
OMG!!!! Really???
3
20,914
Posted By Toiday
I'm not sure which Unix that is but not Solaris. ...
I'm not sure which Unix that is but not Solaris. That looks like there is a disk error (not sure read or write). Is your hdisk1 still OK. You may want to backup the drive while you still can.
Forum: SCO 09-09-2003
10,182
Posted By Toiday
If you are doing this while the machine is...
If you are doing this while the machine is online, you need to make sure no one is accessing the file system you're moving. My suggest would be you create 2 (secret) mount points, say /m1 and /m2. ...
3,192
Posted By Toiday
If that's the case, try this: remsh $i...
If that's the case, try this:

remsh $i /usr/bin/passwd -r files -d USERNAME <<PASSWD
PasswdHere
PASSWD
6,004
Posted By Toiday
1. There are several kind of Unix (Sun, HP, AIX,...
1. There are several kind of Unix (Sun, HP, AIX, SCO, Linux, etc.). The software should be built for one of those Unix platform. If the solftware you're buying required Solaris then you would need...
9,914
Posted By Toiday
root's PATH should already have /sbin by default....
root's PATH should already have /sbin by default. If you became su by just typing su and root passwd, then the root environment may not get read. You may try "su -" and root passwd. Then try...
Showing results 1 to 11 of 11

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