Search Results

Search: Posts Made By: ilikecows
3,068
Posted By ilikecows
They made an honest attempt to the point of...
They made an honest attempt to the point of installing FreeBSD to test their answers. It takes a long time to learn UNIX and for a beginner it is often more helpful to explain things than send them...
3,068
Posted By ilikecows
1. Because the PATH variable defines the...
1. Because the PATH variable defines the directories your shell looks in for commands you type that aren't built into the shell. For instance if you type ls, and ls isn't an internal shell command,...
32,077
Posted By ilikecows
Csh Programming Considered Harmful
I have noticed a few posts asking questions about c shell scripting these past few days. This a good read for those that currently or are thinking about writing a csh script:

Csh Programming...
5,671
Posted By ilikecows
Which application is asking for the password?...
Which application is asking for the password? Have you considered using expect?
21,554
Posted By ilikecows
#!C:/perl/bin use warnings; use strict; ...
#!C:/perl/bin
use warnings;
use strict;

my $file1 = $ARGV[0];
my @input = "";
my @line;
my $outfile = $file1 . updated
open FILE1, "<$file1"
or die "Can't open $file1: $!\n";

open...
2,226
Posted By ilikecows
Good catch cd /root; ls -A | grep '^\.'...
Good catch


cd /root; ls -A | grep '^\.' | xargs chmod og-rwx
3,820
Posted By ilikecows
Have you considered using an rsa key pair and...
Have you considered using an rsa key pair and authorized_keys file?

On the machine you are logging in from, cd to the home directory of the user you will be logging into the server as. Once you...
Forum: What is on Your Mind? 08-05-2009
43,861
Posted By ilikecows
Showing results 1 to 8 of 8

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