Search Results

Search: Posts Made By: toor13
Forum: Red Hat 08-18-2017
1,385
Posted By toor13
That worked.
Can't believe I didn't try that. Needed a fresh set of eye. Thanks for the help.
Forum: Red Hat 08-11-2017
1,385
Posted By toor13
Use variable that needs "" in remote ssh command.
I want to use the below but since the date has a space it doesn't grep exactly what's needed. I need to keep the quotes around the variable when it passes it. I need the quotes around $DATE2 just...
Forum: Red Hat 02-07-2017
8,078
Posted By toor13
When I try the install instructions. I get the...
When I try the install instructions. I get the below message.

# perl Build.PL
Can't locate Module/Build.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5...
Forum: Red Hat 02-03-2017
8,078
Posted By toor13
RHEL 7 clusterssh
I'm looking for the rpm for clusterssh on RHEL7. I've found a couple sites but when I try to install them I'm missing dependencies. I haven't been able to find all of the working dependencies. ...
Forum: SuSE 07-23-2014
6,532
Posted By toor13
SUSE "passwd username" ask for password 4 times
Below is the error I'm getting.

# passwd username
Changing password for username.
New Password:
Reenter New Password:
Password changed.
New UNIX password:
Retype new UNIX password:
Password...
Forum: Cybersecurity 11-01-2012
2,414
Posted By toor13
What makes up ssh-keygen keys?
When using ssh-keygen what does it look at to build the ssh keys?
1,223
Posted By toor13
while read issue
I'm using while read in a script to create a file but when I paste on the screen it echos out different than the data. The file is created correctly and the script does as it should. Just trying...
Forum: AIX 08-06-2012
12,413
Posted By toor13
track commands run as root after sudo
I'm looking for a way to track commands that are run as root after a user runs sudo su - root. I have a profile set up for root that will track the commands by userid but if we change the shell it...
Forum: Solaris 03-06-2012
2,786
Posted By toor13
What I'm trying to do is block users from being...
What I'm trying to do is block users from being able to ssh in when they come in over port 22. I actually have it somewhat blocked with proftpd by having ssh and proftpd listening on different IPs.
Forum: Solaris 03-06-2012
2,786
Posted By toor13
RBAC with ftp/sftp using proftpd
I'm using proftpd to manage my ftp/sftp connections but would like to use RBAC to only allow ftp/sftp connections. Has anyone done this or can point me in the right direction? This is my first...
2,573
Posted By toor13
Thanks for the information but that didn't work...
Thanks for the information but that didn't work on my Solaris 10 X86 system. Seems there is a lot of information for Linux but not much for Solaris.
2,573
Posted By toor13
ssh jail user
I have a developer that needs ssh access to a server to get to a specific directory. I want to restrict them to that directory. I've tried to set their shell as rksh which does jail them but only...
Forum: Red Hat 05-24-2011
7,809
Posted By toor13
RedHat patch date?
Other than looking at the dates when pkgs were applied in /var/log/yum.log* how can I tell when the last time a RedHat system was patched? My systems don't have regular access to the web.

Thanks...
2,535
Posted By toor13
nawk getline
I'm running the script below and get the output below against a file with

lineA=aaa
lineB=bbb
lineC=ccc
lineD=ddd

I get output:
lineC=ccc
lineD=ddd

I need the output to be:
lineB=bbb...
10,951
Posted By toor13
using trap in ksh
I have a script that prompts the user for a response. How can I use the trap command to capture the question ask and the users response to a log file?

Thanks in advance,:D
Forum: Solaris 01-20-2011
1,907
Posted By toor13
zfs initial install
Can anyone tell me why /export and /export/home are showing up after an install? I'm assuming it's reading from the old default filesystem layout during installs but I don't see anywhere to change...
4,270
Posted By toor13
Thanks I used the .* it works great. I have...
Thanks I used the .* it works great. I have another one for you.

sed 's/Connector port=[^"8443" ^"8009" ^"8082"]/Connector port="2804"/g' server.xml | grep "Connector port="

I'm trying to...
4,270
Posted By toor13
sed special character replace
I need to do the following:

text in the format of: ADDRESS=abcd123:1111
- abcd123:1111 is different on every system.

replace with: ADDRESS=localhost:2222

sed 's/ADDRESS=<What do I use...
Showing results 1 to 18 of 18

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