Search Results

Search: Posts Made By: ASGR
18,326
Posted By cfajohnson
array_save() { eval "printf '%s\n'...
array_save()
{
eval "printf '%s\n' \"\${${x}[@]}\""
} > "${2:-/dev/tty}"
Forum: Red Hat 02-17-2019
7,336
Posted By bakunin
Exactly. You don't need a GUI remotely because...
Exactly. You don't need a GUI remotely because you have one at your desktop already. What i like to do is to have xterms with the ssh-calls for certain important server/user combinations predefined....
Forum: Red Hat 01-20-2019
7,336
Posted By bakunin
Just open a terminal window, type ssh user@host...
Just open a terminal window, type ssh user@host and you are there. My "desktop" used to administrate ~500 servers is exactly that: lots of xterms with ssh-sessions in them (and an occasional Firefox...
13,993
Posted By MadeInGermany
I wonder if /etc/cron.hourly/ is a magic place...
I wonder if /etc/cron.hourly/ is a magic place where executables are run once an hour by root without a crontab entry - and without arguments.
If you have a crontab entry they are run twice...
BTW...
13,993
Posted By Don Cragun
As has been said MANY times before, cron doesn't...
As has been said MANY times before, cron doesn't create the same environment that you get when you login. And, there is nothing in your script that attempts to set variables that are needed in your...
Showing results 1 to 5 of 5

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