982 reputation
128
bio website
location Florida
age
visits member for 8 months
seen 10 hours ago
stats profile views 19

A Perl enthusiast, I earn my living doing Unix/Linux system administration and light systems programming. In a former life I was an ALGOL systems programmer before finding my real love was for Unix. My education is scientific with a Master of Science degree.


May
17
awarded  Enlightened
May
17
awarded  Nice Answer
May
7
awarded  Informed
Feb
19
comment What's the difference between a hard links and copied files?
@EmanuelBerg TMTOWTDI
Feb
19
comment What's the difference between a hard links and copied files?
@EmanuelBerg Create a simple shell script that echos $0 (the name by which it is run). Now create one or more links to the script. Run the script with its original name and by invoking the link. The lesson should be obvious, then.
Feb
18
comment What's the difference between a hard links and copied files?
@EmanuelBerg My point was that regardless of whether hard or soft links are used, it's the name by which the executable is invoked that determines the options and arguments that are valid for execution.
Feb
18
answered Third cron field doesn't seem to work (job runs when I don't want it to)
Feb
17
revised What's the difference between a hard links and copied files?
added 104 characters in body
Feb
17
comment What's the difference between a hard links and copied files?
@rjmunro I beg to differ. The OP asked, "why would I want to use hard links at all?"
Feb
16
revised Understanding /etc/aliases and what it does
deleted 2 characters in body
Feb
16
answered What's the difference between a hard links and copied files?
Feb
16
revised Understanding /etc/aliases and what it does
Add `newalias` usage.
Feb
16
answered Understanding /etc/aliases and what it does
Feb
16
answered Why would someone want to change the last access date of a file without making actual changes within the file itself?
Feb
16
answered Installation of RHEL and softwares on multiple machines
Dec
14
comment Is there a way to find out when an OS instance was installed on a host?
You might look at Perl's [local::lib]metacpan.org/module/local::lib) module which can be installed in your home directory to bootstrap the installation of other modules without infringing on the Perl installed with the OS.
Dec
14
answered No perldoc for POSIX?
Dec
14
awarded  Fanatic
Dec
13
answered Must the filesystem be unmounted while extending an LVM logical volume?
Nov
18
answered Which Unix is considered the vanilla Unix and which Unix's are just Unix rather than Unix-like?