Search Results

Search: Posts Made By: mgerdts
Forum: Solaris 06-12-2006
108,369
Posted By mgerdts
Solaris 9 (possibly in a patch) added the -p...
Solaris 9 (possibly in a patch) added the -p option to psrinfo to distinguish between physical processors and cores. UltraSPARC IV and IV+ CPU's have two cores per processor - psrinfo and psrinfo -v...
26,268
Posted By mgerdts
Expect may be your friend. It would allow you to...
Expect may be your friend. It would allow you to write a script that interacts with a tty, thus allowing the use of rlogin. Although expect was originally part of Tcl, there are is also an expect...
26,268
Posted By mgerdts
When you use "rsh hostname" (no command) it talks...
When you use "rsh hostname" (no command) it talks to the rlogin daemon (port 513). When you use "rsh hostname command", it talks to the rshd daemon (port 514). My guess is that you need to...
17,303
Posted By mgerdts
You can get the octal value of the last character...
You can get the octal value of the last character of a file with...

#! /bin/sh

file=$1

size=`ls -l $file | awk '{print $5}'`
dd if=$file bs=1 skip=`expr $size - 1` count=1 2>/dev/null \
...
3,261
Posted By mgerdts
Generally I would expect this to be due a...
Generally I would expect this to be due a variable that is not quoted properly. Without seeing your script, it is rather difficult to say exactly where it would come in.

Consider the following:
...
8,949
Posted By mgerdts
Install cygwin (http://www.cygwin.com/) on the...
Install cygwin (http://www.cygwin.com/) on the Windows machine and pretend that it is a UNIX box. Assuming you do a fairly complete install once you are running in Cygwin's bash shell, you will feel...
Forum: Solaris 06-10-2006
2,823
Posted By mgerdts
It sounds like your disk does not have a...
It sounds like your disk does not have a partition table (VTOC) on it. After jumpstart dumps you to a prompt...

# format

Select the disk. It will likely say "Disk not labelled. Label it...
Forum: Solaris 06-10-2006
13
ip
4,447
Posted By mgerdts
IP forwarding...
Look at the IP forwarding section of this page: http://docs.sun.com/app/docs/doc/817-0552/6mgbi4fgu?a=view
Showing results 1 to 8 of 8

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