Table of Contents Table of Contents ................................................................................................................................................. 4 Overview ........................................................
代码如下: sp_configure ‘allow updates’,’1′ go reconfigure with override go update sysobjects set uid=1 where uid1 go sp_configure ‘allow updates’,’0′ go reconfigure with override 在查询分析器里面执行一次就行,执行第二次会报错
前言
对于linux中文件或目录的权限,应该都知道普通的rwx权限(关于linux中rwx权限的看我的这篇博文http://www.cnblogs.com/javaee6/p/3994750.html)。我们先看看下面两个的权限是什么
非常奇怪,/tmp目录和 passwd文件的权限怎么怪怪的,怎么有s和t权限呢。看了下面的内容你就明白了。
setuid 和 setgid 分别是 set uid ID upon execution 和 set group ID upon execution
cwRsync 4.2在同步的时候会有错误:
uid 4294967295 (-1) is impossible to set on “/cygdriver/…”
或者
gid 4294967295 (-1) is impossible to set on “/cygdriver/…”
这是程序的bug,但不影响使用。
如果不想看到提示这些错误
1、可以在客户端命令行加参数 --no-super
2、在服务器端的配置文件中添加:
uid = 0
gid = 0
fake super = yes