# make setup check ./compile auto-gid.c auto-gid.c: In function `main': auto-gid.c:22: warning: return type of 'main' is not `int' ./load auto-gid substdio.a error.a str.a fs.a ( ./auto-uid auto_uida `head -1 conf-users` &&./auto-uid auto_uidd `head -2 conf-users | tail -1` &&./auto-uid auto_uidl `head -3 conf-users | tail -1` &&./auto-uid auto_uido `head -4 conf-users | tail -1` &&./auto-ui...
by yxtg - 服务器应用 - 2007-05-13 13:56:24 阅读(4530) 回复(4)
Hi,All. please help me out to find the source code of ps command or tell me the source where i can get the information about the data structures/related system calls used for the implementation of the ps command. thank you all in advance for the interest you have shown in me.
Could somebody tell me where i can find a AIX system to practice. Pls tell the IP address.
#/usr/local/samba/bin/smbd –D ld.so.1: /usr/local/samba/bin/smbd: fatal :libpopt.so.0: open failed: No such file or directory killed # how to solve this question!!!!???? [/img]
find ./ -mtime +10 -name "db1-bin.*" find ./ -mtime +10 | xargs tar czvf `date +\%Y\%m\%d.tar.gz` 查看man find 由于f i n d具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( N F S ),f i n d命令在该文件系统中同样有效,只你具有相应的权限。 在运行一个非常消耗资源的f i n d命令时,很多人都倾向于把它放在后台执行,因为遍历一个大的文件系统...
find . / -name "*" -exec grep Hard {} \; 可以完成的任务是? 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17418/showart_99403.html
#find ./ -prune -type f 查找当前目录下的所有常规文件。 可是结果是这样一个文件也找不到,有问题吗???? #find . -prune -type d 查找当前目录下的所有目录 迷惑了,find也搞不定。。。 prune到底是什么意思????
#find ./ -prune -type f 查找当前目录下的所有常规文件。 可是结果是这样一个文件也找不到,有问题吗???? #find . -prune -type d 查找当前目录下的所有目录 迷惑了,find也搞不定。。。 prune到底是什么意思????