AIX命令参考大全,卷 5,s - u - uucheck 命令

[ 页的底部 | 上一页 | 下一页 | 目录 | 索引 | 法律条款 ]

AIX命令参考大全,卷 5,s - u

uucheck 命令

用途

检查 BNU 要求的文件和目录。

语法

uucheck [ -v ] [  -x DebugLevel ]

描述

uucheck 命令验证“基本联网实用程序”(BNU)工具要求的文件和目录的存在。该命令也检查 /etc/uucp/Permissions 文件中的某些错误。

注:uucheck 命令不检查正确的文件和目录的方式或者 /etc/uucp/Permissions 文件中的错误,比如重复的登录名或机器名。

安装 BNU 程序、配置您站点的 BNU 工具或在 BNU 工具的某部分中进行更改后(比如 /etc/uucp/Permissions 文件),从命令行发出 uucheck 命令。

注:只有具备 root 用户权限的人才能在命令行中使用 uucheck命令。

标志

-v 显示 BNU 如何解释 /etc/uucp/Permissions 文件的详细说明。
-xDebugLevel 显示调试信息。DebugLevel 变量的有效范围是从 0 到 9,缺省值是 5。数字越大,信息越详细。

示例

  1. 要知道 BNU 程序如何解释 /etc/uucp/Permissions 文件,输入:
    uucheck  -v
    -v 标志指示 uucheck 命令验证存在的 BNU 文件并显示 BNU 程序如何解释 /etc/uucp/Permissions 文件的详细说明。输出和以下内容相似:

    *** uucheck: Check Required Files and Directories
    *** uucheck: Directories Check Complete
     
    *** uucheck:  Check /etc/uucp/Permissions file
    ** LOGNAME PHASE (when they call us)
     
    When a system logs in as: (unostro)
       We DO allow them to request files.
       We WILL send files queued for them on this call.
       They can send files to
          /
       They can request files from
          /
       Myname for the conversation will be plague.austin..
       PUBDIR for the conversation will be 
       /var/spool/uucppublic.
     
    ** MACHINE PHASE (when we call or execute their uux requests)
     
    When we call system(s): (nostromo)
       We DO allow them to request files.
       They can send files to
          /
       They can request files from
          /
       Myname for the conversation will be plague.austin..
       PUBDIR for the conversation will be 
       /var/spool/uucppublic.
     
    Machine(s): (nostromo)
    CAN execute the following commands:
    command (ALL), fullname (ALL)
     
    *** uucheck:  /etc/uucp/Permissions Check Complete

    有关这些权限的解释,请参阅 /etc/uucp/Permissions 文件。

  2. 要用 uucheck 命令调试,输入:
    uucheck  -x8
    -x8 标志产生大量调试输出。

文件

/etc/uucp/Permissions 描述远程系统的访问权限。
/etc/uucp/Systems 描述可访问的远程系统。

相关信息

uucp 命令、uustat 命令、uux 命令。

uucico 守护进程、uusched 守护进程。

《AIX 5L V5.2 系统管理指南:通信与网络》中的『如何配置 BNU』

[ 页的顶部 | 上一页 | 下一页 | 目录 | 索引 | 法律条款 ]