摘要:
/usr/include/asm/errno.h#define EPERM 1 /* Operation not permitted */操作不允许 #define ENOENT 2 /* No such file or directory */文件/路径不存在 #define ESRCH 3 /* No such process */进程不存在 #define EINTR 4 /* Interrupted system call */中断的系统调用 #define EIO 5 /* I/O error */I/O错误 #define ENXIO 6 /* No such devic... 阅读全文
posted @ 2013-09-17 16:03
dolinux
阅读(2962)
评论(0)
推荐(0)
摘要:
转:http://blog.163.com/lgh_2002/blog/static/44017526201046111856208/问题1:svn: Could not use external editor to fetch log message; considersetting the $SVN_EDITOR environment variable or using the --message(-m) or --file (-F) optionssvn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is 阅读全文
posted @ 2013-09-17 15:07
dolinux
阅读(1421)
评论(0)
推荐(0)
摘要:
转:http://www.linuxso.com/command/sync.htmlsync命令 linux同步数据命令格式: sync 用途:更新 i-node 表,并将缓冲文件写到硬盘中。功能:sync命令是在关闭Linux系统时使用的。 用户需要注意的是,不能用简单的关闭电源的方法关闭系统,因为Linux象其他Unix系统一样,在内存中缓存了许多数据,在关闭系统时需要进行内存数据 与硬盘数据的同步校验,保证硬盘数据在关闭系统时是最新的,只有这样才能确保数据不会丢失。一般正常的关闭系统的过程是自动进行这些工作的,在系统运行过 程中也会定时做这些工作,不需要用户干预。 sync命令是强制把内 阅读全文
posted @ 2013-09-17 09:47
dolinux
阅读(4879)
评论(0)
推荐(1)

浙公网安备 33010602011771号