Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Restriction of adding links is too restrictive Post 303019933 by Neo on Tuesday 10th of July 2018 10:24:54 AM
Old 07-10-2018
Understood but we do not permit anyone to posts links until they have meet our minimium posting requirement.

Thank you for your comment.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Restriction for more than one user

How do l restrict more than one users on a multiple programming environment using the c shell profile. That is if a user is log-on on one terminal the system should be able to prompt a message if the users attempt to log on on another terminal. I user openserver 5.0.4 with dummy terminals, and also... (7 Replies)
Discussion started by: kayode
7 Replies

2. Solaris

FTP Restriction

I have a senario and i wonder how to do it ? i used NcFTPd and i dont think its applicable using that application or i didnt know how to configure it. i want to have a user for FTP that user is only restricted to put and get from a certain directory and all sub-directories for that directory,... (0 Replies)
Discussion started by: mduweik
0 Replies

3. UNIX for Advanced & Expert Users

Restrictive mail implementation problem

Any tips on this problem will be greatly appreciated. I need to build a Linux mailserver, that needs to meet the following requirements: 3 usergroups: endusers, supervisors, and management Endusers will be on a local Linux mailserver Supervisors and management will be on Google Apps ... (0 Replies)
Discussion started by: zefflyn
0 Replies

4. Solaris

Hard Links and Soft or Sym links

When loooking at files in a directory using ls, how can I tell if I have a hard link or soft link? (11 Replies)
Discussion started by: Harleyrci
11 Replies

5. AIX

List all the soft links and hard links

Hi I'm logged in as root in an aix box Which command will list all the soft links and hard links present in the server ? (2 Replies)
Discussion started by: newtoaixos
2 Replies

6. Shell Programming and Scripting

AWK Restrictive Search

I have a file with most of the lines formatted in this way: testaccount:D#%G%^V&:MeMyselfandI:memyselfandi@somesite.com:11/242012:192.168.1.1,192.168.1.2,192.168.1.3,192.168.1.4,192.168.1.5 There are a few lines with: ... (2 Replies)
Discussion started by: metallica1973
2 Replies

7. Solaris

Sudo -s restriction

Is there a way to stop users envoking a root shell with sudo on Solaris 10. I want users to use sudo <cmd> but not sudo -s (5 Replies)
Discussion started by: u20sr
5 Replies
Perl::Critic::Policy::Documentation::RequirePodLinksInclUsereContributed Perl Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText(3pm)

NAME
Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText - Provide text to display with your pod links. AFFILIATION
This Policy is part of the core Perl::Critic distribution. DESCRIPTION
This Policy requires your POD links to contain text to override your POD translator's default link text, where this is possible. Failure to provide your own text leaves you at the mercy of the POD translator, which may display something like "L<Foo>" as "the Foo manpage". By default, links that specify a documentation section (for example, "L<Foo/bar>", or "L</bar>") are exempt from this Policy. CONFIGURATION
This Policy has two boolean options to configure the handling of links that specify a documentation section. The "allow_external_sections" option configures the handling of links of the form "L<Foo/bar>". If true, such links are accepted even without a text specification. Such links tend to be turned into something like "bar in Foo". By default, this option is asserted. If you want to prohibit things like "L<Foo/bar>" (while allowing things like "L<< Foo->bar()|Foo/bar >>"), put something like this in your .perlcriticrc: [Documentation::RequirePodLinksIncludeText] allow_external_sections = 0 The "allow_internal_sections" option configures the handling of links of the form "L</bar>". If true, such links are accepted even without a text specification. Such links tend to be turned into something like "bar". By default, this option is asserted. If you want to prohibit things like "L</bar>" (while allowing things like "L<bar()|/bar>"), put something like this in your .perlcriticrc: [Documentation::RequirePodLinksIncludeText] allow_internal_sections = 0 AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT
Copyright (c) 2009-2011 Thomas R. Wyant, III. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module perl v5.14.2 2012-06-07Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText(3pm)
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy