Search Results

Search: Posts Made By: amity
Forum: Solaris 11-01-2019
28,083
Posted By Neo
Here is how I have made sure telnetd is not...
Here is how I have made sure telnetd is not available:


ubuntu# find / -name telnetd
ubuntu#


That's very secure for telnetd ....

Here is how I secure fingerd:


ubuntu# find / -name...
Forum: Solaris 11-01-2019
28,083
Posted By MadeInGermany
pgrep inetd shows the process and pkill -HUP...
pgrep inetd shows the process and
pkill -HUP inetd reloads it.
It is necessary to inform inetd, because it starts the service daemons in inetd.conf on demand.
-1 should be identical to -HUP
When...
Forum: Solaris 11-01-2019
28,083
Posted By Neo
You certainly can use built in utilities like...
You certainly can use built in utilities like configuration files to disable executables.

But if you REALLY want to be secure (insure telnetd cannot run in the future, for example), just remove...
Forum: Solaris 11-01-2019
28,083
Posted By Scrutinizer
You need to restart or reload the inetd/xinetd...
You need to restart or reload the inetd/xinetd process so that it reads the new inetd.conf or inetd.d files.. You can also give a kill -HUP to the inetd/xinetd process.
Forum: Solaris 08-30-2013
3,178
Posted By os2mac
I think the command you need to look at is ldm...
I think the command you need to look at is ldm remove-vcpu # primary

depending on your version of LDM, this may require a reboot.
Forum: Solaris 11-23-2011
5,396
Posted By jlliagre
What you call threads are known under Solaris as...
What you call threads are known under Solaris as virtual CPUs (or strands).

Disabling virtual CPUs 0,3,7,11 seems to me an odd advice. Assuming the goal is to leave a single strand active per...
Forum: Solaris 10-13-2011
1,452
Posted By bartus11
Use: zonecfg
Use: zonecfg
Forum: Solaris 09-19-2011
3,285
Posted By jlliagre
Use: pfiles pid | grep AF_INET
Use: pfiles pid | grep AF_INET
Showing results 1 to 8 of 8

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