Search Results

Search: Posts Made By: C0ppert0p
1,869
Posted By C0ppert0p
Password encryption
if I change my password on two different servers, using the same string but the encrypted password in /etc/passwd look different.

If I copy an entry from one /etc/password to the other server. I...
11,659
Posted By C0ppert0p
Nice ! I have it working for all my Solaris and...
Nice ! I have it working for all my Solaris and Linux servers now
if [ `uname | awk '{print $1}'` == "Linux" ]; then /sbin/ifconfig -a | awk '$2~/^Link/{_1=$1;getline;if($2~/^addr/){print _1"...
11,659
Posted By C0ppert0p
parsing ifconfig output
I'm trying to gather information on the interfaces on a large number of servers.
If I run ifconfig I will get: eth0 Link encap:Ethernet HWaddr 00:50:56:A2:27:C1
inet...
5,792
Posted By C0ppert0p
ah ha. so I could use a "for" statement and...
ah ha. so I could use a "for" statement and substitute the file type with $i.
eg:
for i in psd cr cr2 crw
do
5,792
Posted By C0ppert0p
Using awk to create files based on a variable name
Hey all,
I am parsing a file which have records containing one of a number of files names:
".psd", ".cr2", ".crw" , ".cr", ".xi", ".jpg", ".xif" etc
Somewhere on each line there is a value...
Showing results 1 to 5 of 5

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