ChinaUnix.net
相关文章推荐:

make clean 出错rm无法删除 includeasmarmarch 是一个目录

我昨天make -DLINUXDREADS了下午没成功。今天想unmake下, 我在/usr/ports下make clean.已经上午了,还没完,不知道它在干吗?

by dylibin - BSD - 2003-12-30 19:27:31 阅读(855) 回复(1)

相关讨论

我想删除目录用什么命令呢(不rm,linux下的变成) 谢谢大家

by gotolj - 程序开发 - 2006-01-13 12:59:36 阅读(2028) 回复(11)

目录下有N多的文件, > rm * ksh: /usr/bin/rm: arg list too long(文件太多了) 删不掉,ls的话10分钟也列不完 怎么办呢? 又不能格盘(生产环境). dx救我... ...

by jeanlove - Shell - 2009-08-14 09:39:53 阅读(4570) 回复(12)

help!!系统目录下文件太多,用rm删除报错。 $ rm -rf *.log ksh: /bin/rm: arg list too long $ find ./ -name *.log -exec rm{} \; ksh: /bin/find: arg list too long

by lassie - Solaris - 2007-03-06 14:07:01 阅读(4045) 回复(13)

我系统有特别大的日志 我df以后发现 使用100%的空间 ls -al这日志 发现占用50%的空间 当时我就delete了这日志 可df以后发现 还使用100% 我du 这硬盘的时候 真正占用的才50% 左右 rm 以后的空间什么时候释放出来?

by deepdown - Linux论坛 - 2004-01-19 12:24:30 阅读(587) 回复(4)

怎样删除非空目录啊?别告诉我用"rm -r",这要确认啊!

by da_sen - Linux论坛 - 2004-08-15 09:51:22 阅读(951) 回复(4)

建立好目录,用户,用户组后 make setup check ./load auto-str substdio.a error.a str.a substdio.a(substdo.o)(.text+0x43): In function `allwrite': : undefined reference to `errno' collect2: ld returned 1 exit status make: *** [auto-str] Error 1 google 后,发现无人对此问题有解决方案,很多人都出现这问题 而且到现在还没有解决方案 ,希望老鸟 帮助 ,nan dao shi yi ge bug ????:em16::em16::em1...

by sickcat2004 - 服务器架设 - 2005-12-24 18:10:19 阅读(730) 回复(3)

某公司招网管的试题 删除当前目录下(不包含子目录)所有名称以.txt结尾的文件,除了han.txt以外 rm --help 输出如下 Remove (unlink) the FILE(s). -d, --directory unlink FILE, even if it is a non-empty directory (super-user only; this works only if your system supports `unlink' for nonempty directories) -f, --force ignore nonexistent...

by rwx_hc - 系统管理 - 2005-12-26 15:20:26 阅读(2476) 回复(10)

我的目录下面有两文件1*,另1.txt,和怎样用rm命令删除1*,我不想把1.txt移到另外的目录删除。怎么删除呢?谢谢

by cdma313 - Solaris - 2006-05-05 14:10:11 阅读(2345) 回复(11)

书上面说 The script /etc/tcp.clean can be used to stop TCP/IP daemons. It will stop the following daemons and remove the /etc/locks/lpd TCP/IP lock files: 我没有可能试验,但在/etc/locks/没有发现这lpd 文件。 确有LCK..cron文件,内容就如下: # more LCK..cron 5504 # ps -ef|grep 5504 root 5504 1 0 May 26 - 0:00 /usr/sbin/cron root 12080 17014 1 11:09:33 pts/2 ...

by zdygk - AIX - 2003-05-27 13:36:21 阅读(1037) 回复(2)

rm -R 目录名 提示许文件不存在(rm: filename non-existent)许多这样的行 最后提示:(unable to remove directory 目录名: File exists (error 17) 删不掉 进入该目录后,列目录堆not found: No such file or directory(error 2) 这怎么回事???如何彻底删除它。

by xiao_lin - 其他UNIX - 2006-02-08 09:22:32 阅读(1128) 回复(4)