Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

setup-nsssysinit(1) [centos man page]

SETUP-NSSSYSINIT(1)					     Network Security Services					       SETUP-NSSSYSINIT(1)

NAME
setup-nsssysinit - Query or enable the nss-sysinit module SYNOPSIS
setup-nsssysinit [on] [off] [status] DESCRIPTION
setup-nsssysinit is a shell script to query the status of the nss-sysinit module and when run with root priviledge it can enable or disable it. Turns on or off the nss-sysinit module db by editing the global PKCS #11 configuration file. Displays the status. This script can be invoked by the user as super user. It is invoked at nss-sysinit post install time with argument on. OPTIONS
on Turn on nss-sysinit. off Turn on nss-sysinit. status returns whether nss-syinit is enabled or not. EXAMPLES
The following example will query for the status of nss-sysinit: /usr/bin/setup-nsssysinit status The following example, when run as superuser, will turn on nss-sysinit: /usr/bin/setup-nsssysinit on FILES
/usr/bin/setup-nsssysinit SEE ALSO
pkg-config(1) AUTHORS
The nss libraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. Authors: Elio Maldonado <emaldona@redhat.com>. LICENSE
Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. nss 3.15.4 17 June 2014 SETUP-NSSSYSINIT(1)

Check Out this Related Man Page

NSS-CONFIG(1)						     Network Security Services						     NSS-CONFIG(1)

NAME
nss-config - Return meta information about nss libraries SYNOPSIS
nss-config [--prefix] [--exec-prefix] [--includedir] [--libs] [--cflags] [--libdir] [--version] DESCRIPTION
nss-config is a shell scrip tool which can be used to obtain gcc options for building client pacakges of nspt. OPTIONS
--prefix Returns the top level system directory under which the nss libraries are installed. --exec-prefix returns the top level system directory under which any nss binaries would be installed. --includedir count returns the path to the directory were the nss libraries are installed. --version returns the upstream version of nss in the form major_version-minor_version-patch_version. --libs returns the compiler linking flags. --cflags returns the compiler include flags. --libdir returns the path to the directory were the nss libraries are installed. EXAMPLES
The following example will query for both include path and linkage flags: /usr/bin/nss-config --cflags --libs FILES
/usr/bin/nss-config SEE ALSO
pkg-config(1) AUTHORS
The nss liraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. Authors: Elio Maldonado <emaldona@redhat.com>. LICENSE
Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. nss 3.15.4 17 June 2014 NSS-CONFIG(1)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

newbie question about the "bin" file

Hello, I am new to the Unix/Linux world. This is a typical "for-dummies" question. I was trying to setup Java JDK 1.3 on my Red Hat Linux and downloaded a file called "j2sdk-1_3_1_01-linux-i386.bin" on my usr/src directory. Then I do a "chmod a+x j2sdk-1_3_1_01-linux-i386.bin". Then I tried... (1 Reply)
Discussion started by: jaywang
1 Replies

2. UNIX for Dummies Questions & Answers

What is your setup ??

Am looking installing Red Hat 7.2 on an AMD-K6/2 PC and after realising that I can't use my space 80G HD due to BIOS restrictions (have resorted to using a 20G HD), was wondering what setup others use. If "Other" please indicate. (5 Replies)
Discussion started by: Cameron
5 Replies

3. Linux

Linux GCC

Ok, i got a problem... I am trying to get the preinstalled Gcc running on my redhat linux 9 from linuxiso.org The problem is, gcc wont load or sumthin I cannot seem to get it running from "run program" in the menu. I also tried to check /usr/bin to see if it was even there.... Seems like it... (7 Replies)
Discussion started by: gearshifter
7 Replies

4. AIX

CSM problem

Here is one for all you CSM gurus. I have a CSM server setup on the same LPAR as the nim server. I have csmconfig setup on the CSM server such that the following are set: RemoteCopyCmd = /usr/bin/scp RemoteShell = /usr/bin/ssh SetupRemoteShell = 0 (no). I run the definenode command ... (1 Reply)
Discussion started by: johnf
1 Replies

5. UNIX for Advanced & Expert Users

crontab-db connection prob

I have a shell script which contain database connection and runs a big query. When I run the script on command promp, the desired output is getting spooled taking some time. But when I setup a cronjob for that script, the spool file is not getting generated. What could be the problem? ... (3 Replies)
Discussion started by: nskworld
3 Replies

6. HP-UX

Mozilla install for HPUX11 (libintl.sl.1)

Hello evrebody , I have HPUX-11, i try to install "Mozilla 1.4" and when i am runing: /opt/mozilla/mozilla I get this message: Starting Mozilla ... /usr/lib/dld.sl: Can't find path for shared library: libintl.sl.1 /usr/lib/dld.sl: No such file or directory... (6 Replies)
Discussion started by: yanly64
6 Replies

7. UNIX for Advanced & Expert Users

Kickstart File

Hi, I was able to set up a kickstart to install Red Hat Enterprise thought a network. I'm trying to enable a NTP time server in the post section of the kickstart file and also enable/disable a few services using chkconfig. I can't seam to get it to work, can anyone help ? I don't beleive i... (2 Replies)
Discussion started by: Georgesaa
2 Replies

8. SCO

Starting processes automatically on bootup

Hello - We have setup printers to startup in the /etc/rc.d/8 directory and when the SCO system is booted this script should kick them off or start them up but it doesn't. So I have to start it from root and leave the window open. I know this isn't right and trying to figure out what's missing. ... (13 Replies)
Discussion started by: dbm7230
13 Replies

9. Shell Programming and Scripting

doubt in /etc/inittab script

Hi.. When i was just looking throught /etc/inittab file.. i had stuck with some problems that i dont known in shell scripts Here how the lablel like si ca lo l1 etc works.. do scripts proivide any label features.. please help... thanks in advance esham (3 Replies)
Discussion started by: esham
3 Replies

10. UNIX for Advanced & Expert Users

Options of setup someone to execute a script as my id.

Hi I would really appreciate your help: First I knew there are a few ways to do it: 1. Best is to set up sudoer...I'd like to see this as the last resort...there's a good reason for that ... 2. use setuid command, but that command needs to be a binary executable, while my command is a... (6 Replies)
Discussion started by: TheGunMan
6 Replies

11. Linux

Decode the statement!!

What will the below statement do ?:confused: && { && {eval `/bin/setup 1`} || && { VAR="/tmp" } export $VAR; } (3 Replies)
Discussion started by: krishnaux
3 Replies

12. Shell Programming and Scripting

how to run a command line with another user without prompts for password

Hi, I'm writing a script, in the script I need to use tcpdump to capture some packets however it needs root priviledge my computer is configured by school and I have no real root priviledge so I can't use sudo on my computer,like Code: sudo tcpdump ...... I have to use a limited... (1 Reply)
Discussion started by: esolve
1 Replies

13. Red Hat

What is command to setup sofware in redhat over internet

Hi all, I setup redhat in VMware and I connected to internet, so I want setup sofware for redhat over internet what is command I used ? Are you understand my question, my ability of english is not good, such as I want setup dhcp packet I must used a command ? (yum... or...apt-get...or rpm... ?... (4 Replies)
Discussion started by: ilinux9
4 Replies

14. Shell Programming and Scripting

[Solved] Need help in editing a script

Hi, I have one script in my cronjob, which is fetching file from a ftp site and making a copy with today's date and time. This is a new setup. There was a instance when test_bill.txt was not present on ftp.xxxx_xxxx.com and when this job ran and did not fetched file, still it send mail of... (5 Replies)
Discussion started by: solaris_1977
5 Replies