ChinaUnix.net
相关文章推荐:

no command repo

Hi I have a input file like the below: V1^a,b V1^a V2^b,c V1^a,b,c V2^c,d V3^e,a,f I want the output file like the below. V1^a V1^b V1^a V2^b V2^c V1^a V1^b V1^c V2^c V2^d v3^e V3^a V3^f

by zhaobin81 - Shell - 2009-04-14 15:18:21 阅读(1255) 回复(6)

相关讨论

不才供职与一家广电网络公司,最近在研究在FreeBSD下构件DHCP服务器,遇到不少问题,首先 我在网上找的教程第一条命令就执行不了 pseudo-device bpfilter 4 我的FreeBSD是最小化安装,启动后输入这条命令显示 pseudo-device:command not found 请问这是怎么回事啊? 另外能否有高人留个QQ或者MSN便与小弟随时请教,感激不尽!感激不尽啊!

by anycoool - BSD - 2009-02-11 17:02:19 阅读(1614) 回复(4)

[root@tlbb ~]# mysql -u root -p -bash: mysql: command not found 應怎做是好

by foc - MySQL - 2009-02-11 06:16:59 阅读(1822) 回复(6)

AIX command Crib Sheet OS LEVEL : AIX DATE : 29/01/2001 VERSION : 1.8 >> Latest version can be found at http://www.mort.level5.net/johnr/howto/aix.txt ---------------------------------------------------------------------------- MISCELLENEOUS ---------------------------------------------------------------------------- http://www.rs6000.ibm.com/cgi-...

by reicko - AIX文档中心 - 2007-11-09 09:52:05 阅读(1122) 回复(0)

OBP command 是什么命令?

by cuwiner - Solaris - 2007-03-07 10:22:47 阅读(1551) 回复(7)

[code]#! /usr/bin/perl use strict; # 使用 IO::Socket 模組 use IO::Socket; # 取得命令列中的網頁位址,放入 $url 中 my $url=shift || die "您沒有輸入 url 網址!\n"; # 比對網頁位址是否合乎格式? my ($host, $file) = $url =~ m!http://([^/]+)(/[^\#]*)!; #(註1) # 若比對正確,才抓取 if ($host) { # 產生一個 IO::Socket::INET 物件 my $socket = IO::Socket::INET->new( PeerAddr => $host, # 指定主機位址...

by shihyu - Perl - 2006-10-06 20:20:15 阅读(1282) 回复(1)

第一步 我如何离线?(exit) 我如何停止电脑?(shutdown -h now) 我如何重新激活计算机? (shutdown -r now) 我如何在单使用者模式下停止系统? (shutdown now) 我如何切换终端机? (ALT-F*) 文件 我如何阅读 manual page? (man) 使用者管理 (1) 我该如何增加一个使用者? (adduser) 我如何移除使用者? (rmuser) 我如何改变我的密码? (passwd) "su" 指令 我如何 "su" 至 root 帐号? (su) 我如何 "su" 至其它使用者的帐号? (su us...

by catsup - BSD文档中心 - 2006-09-20 21:50:31 阅读(675) 回复(0)

在AIX操作系统上有很多的命令。这里介绍一些系统级的命令,它将有助于回答一些常见问题。大家以此做参考,并补充修改。 以下命令在AIX 5.1上测试通过。 正文 以下命令在AIX 5.1上测试通过。 · 关于内核 显示AIX系统内核是32位还是64位: bootinfo –K 如何改变内核模式(32位或64位) /unix文件连接到一个可引导的映像。通过命令ls -l /unix查看: /unix -> /usr/lib/boot/unix_up # 32 bit uniprocessor kernel /u...

by xettp88888 - AIX文档中心 - 2006-04-06 13:15:54 阅读(1251) 回复(0)

A- ab2admin - command-Line Interface for AnswerBook2 Administration ab2cd - Run AnswerBook2 Server from the Documentation CD ab2regsvr - Register an Answerbook2 Document Server with the Federated Naming Service accept, reject - Accept or Reject Print Requests acct - Overview of Accounting and Miscellaneous Accounting commands acctcms - command Summary from Process Accounting Records acctcon, acct...

by cuci - Solaris - 2006-01-09 17:35:00 阅读(1449) 回复(0)

常用command file `which oracle` mknod filename p compress filename.z uncompress filename 硬連接 ln -d 軟連接ln -s # useradd –d /usr/sam -m sam # useradd -s /bin/sh -g group –G adm,root gem # userdel sam # usermod -s /bin/ksh -d /home/z –g developer sam passwd -l 锁定口令,即禁用账号。   -u 口令解锁。   -d 使账号无口令。   -f 强迫用户下次登录时修改口令。   如果默认用户名,则修改当前...

by terry_wu040802 - Solaris文档中心 - 2005-09-17 15:48:59 阅读(877) 回复(0)

在UNIX系统中,exec command和直接打command执行有什么不同?

by xzh2002 - 其他UNIX - 2004-12-01 18:56:22 阅读(920) 回复(2)