Search Results

Search: Posts Made By: Nvizn
Forum: Solaris 06-01-2018
4,916
Posted By Nvizn
We have outside organizations auditing system...
We have outside organizations auditing system execution. I do not manage this system, however, the application that lives on it we are responsible. The systems are managed by another group, and we...
Forum: Solaris 06-01-2018
4,916
Posted By Nvizn
Thanks for the quick reply here, Robin. The...
Thanks for the quick reply here, Robin.

The catch to this scenario is, it needs to be a command that may be utilized on any system running vanilla Solaris 11 (include the BSM audit system). The...
Forum: Solaris 06-01-2018
4,916
Posted By Nvizn
Audit useradd/userdel - Solaris 11
Linux audits in syslog, any time a user is deleted or added. However, I'm running a Solaris11 VM, and find no such entries. How can I enable auditing for useradd and userdel? Oracle's documentation...
2,026
Posted By Nvizn
No doubt, I will be doing so. This response...
No doubt, I will be doing so. This response didn't infer anything other than just that, in response to shamrock.

To clarify, my current script is written in bash. As of yesterday, this script has...
2,026
Posted By Nvizn
Absolutely! I think RudiC may be on to something....
Absolutely! I think RudiC may be on to something.

A bad filename could include anything that doesn't follow the naming schema.

Again, naming schema:
...
2,026
Posted By Nvizn
Absolutely! Thanks for your response. ...
Absolutely! Thanks for your response.


Years that would be valid = 1900-2000's and going forward.
All files will have .tif file extension. Not valid, otherwise.

Creation date...
2,026
Posted By Nvizn
File Move & Sort by Name - Kick out Bad File Names & More
I have a dilemma, we have users who are copying files to "directory 1." These images have file names which include the year it was taken. I need to put together a script to do the following:


...
16,167
Posted By Nvizn
Thanks for your response, Peasant. I had decided...
Thanks for your response, Peasant. I had decided to do the following before your response, and is working great. It looks to see if any files exists, sends the contents to a text file and emails the...
16,167
Posted By Nvizn
Check Directory for files & Email
I'm working on a bash script to move files from one location, to two. The first part of my challenge is intended to check a particular directory for contents (e.g. files or other items in it), if...
Forum: Red Hat 01-27-2016
1,808
Posted By Nvizn
Thanks for the response. I was able to...
Thanks for the response.

I was able to recover the CentOS 6.6 filesystem, by tossing in the 6.6 disk and selecting to upgrade OS and update Grub. Once I bounced the system, it loaded just fine. ...
Forum: Red Hat 01-25-2016
1,808
Posted By Nvizn
Grub Bootloader & CentOS
I'm clueless about Grub and having issues with CentOS6.6 that is installed on the box. It also has Windows 8.1 installed. I want to reinstall CentOS to version 7, but want to insure I don't wipe...
2,113
Posted By Nvizn
a="/file/location" b="/file/locationb" awk -v...
a="/file/location"
b="/file/locationb"
awk -v n=14 -v s="my text
my text
my text" 'NR == n {print s} {print}' $a > $b && mv $b $a
2,113
Posted By Nvizn
I'm open to any suggestion. Doesn't need to be...
I'm open to any suggestion. Doesn't need to be sed.

---------- Post updated at 03:43 PM ---------- Previous update was at 02:06 PM ----------

Resolved using awk and writing the output, to a...
2,113
Posted By Nvizn
Bash script - add/edit to file and save - sed?
I'm working on a script to execute a number of items. One being, editing particular files to add certain lines. I'm attempting to utilize sed, but, having issues when running from a bash script....
Forum: Ubuntu 04-17-2015
2,051
Posted By Nvizn
Users Access - AD Authentication - User can't log in?
I have a user who's having troubles logging into one of my servers, that is authenticating with AD. After glancing over /etc/passwd, I found the users account is different than mine and others who...
1,261
Posted By Nvizn
Solved! Can't believe I missed this. Thanks, all.
Solved! Can't believe I missed this. Thanks, all.
1,261
Posted By Nvizn
Bash Script - Mail Secure.log
I'm putting together a fairly simple script, to check "secure.log" for content and email the results in a cron, nightly. The script runs fine upon manual execution, it's a problem when ran in cron....
1,366
Posted By Nvizn
Resolved. Need to specify "softwareupdate"...
Resolved. Need to specify "softwareupdate" command, path.

#!/bin/bash
PATH=$PATH:/bin:/usr/local/bin

#Checks and executes software updates & bounces server.

sudo /usr/sbin/softwareupdate...
1,366
Posted By Nvizn
I made a simple mistake in crontab. I added an...
I made a simple mistake in crontab. I added an "s," to the name. It's singular, "softwareupdate.sh." I've made the correction and now receive output:

/bin/sh: softwareupdate.sh: command not found...
1,366
Posted By Nvizn
Simple Bash Script - Crontab
I've put together a very simple bash script to check for software patches and bounce the server, once complete. This is on a Mac server. The script works just fine upon execution, however, cron...
Forum: Red Hat 02-18-2014
2,703
Posted By Nvizn
/etc/aliases & Sendmail
I've recently migrated a Solaris 10 server, to Redhat. I've migrated all my crons & scripts and now I'm attempting to set all the aliases, to send to the appropriate accounts. I have a particular...
Forum: Solaris 04-19-2013
5,647
Posted By Nvizn
I'm able to locate a "website-obj.conf" file, in...
I'm able to locate a "website-obj.conf" file, in the /https-website/config directory. It provides such items as the "index-names" and such. However, it doesn't provide the directory location. It...
Forum: Solaris 04-19-2013
5,647
Posted By Nvizn
"iPlanet" is the webserver.
"iPlanet" is the webserver.
Forum: Solaris 04-18-2013
5,647
Posted By Nvizn
IPlanet Website Root directory?
I have a Solaris 10 server running iPlanet and hosting a website. My issue is like Windows Server, attempting to locate the (/inetpub/wwwroot/) root directory for the website hosted. I've located...
Forum: Solaris 02-21-2013
2,360
Posted By Nvizn
Great! I'll have a look. ---------- Post...
Great! I'll have a look.

---------- Post updated at 10:33 AM ---------- Previous update was at 10:30 AM ----------

I should probably add, that this particular user is a DBA, managing an...
Showing results 1 to 25 of 38

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