摘要:
[color=green:26b9f6daa1]作者:梁尚锋 网名:好好先生/longfei
原出处:www.chinaunix.net
参考文档:[url]http://www.chinalinuxpub.com/read.htm?id=1337[/url]
[url]http://www.fengnet.com/showart.html?art_id=395&cat_id=10......
摘要:
我写了一个名叫inituser的脚本,用于强迫samba用户登陆后立即更改密码:
#!/bin/bash
chage -d 0 $1
smbpasswd -a $1
怎样设suid呢?
我定义成4755,但是普通用户还是无权限执行,为什么?
初不 回复于:2004-06-30 15:59:47
linux 还不允许用 suid,因为不安全
如果你要测试一下你......
如何重新配置XFree86`````
我的x突然启动不了```显示如下内容:
【程序编程相关:
无法进入图形界面的解决过程。(感谢这里的】 【推荐阅读:
请问哪位大侠,如何在linux上看win】[glx]: initializing glx extension
【扩展信息:
LVM(逻辑卷管理器)总结:原创!】 could not init font path element unix/:7100,removing from list!
fatal server error:
could not open default font fixed
reporting a problem related to a server crash, please send
the full server output, not just the last messages.
this can be found in the log file "/var/log/xfree86.0.log".
please report problems to xfree86@xfree86.org.
xio: fatal io error 104 (connection reset by peer) on x server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
帖子里说重装xfree86就能解决,可是按照方法:#/usr/x11r6/bin/./xconfigurator 没有这个程序呀```
请大大指教!谢谢`` :em10:
singsun 回复于:2004-06-20 23:08:32
顺便问下```这个could not init font path element unix/:7100,removing from list! 里的unix:/7100是什么意思呀?
零二年的夏天 回复于:2004-06-20 23:12:07
cat /etc/x11/xf86config
注释掉看看.
-------------
你是不是更改了系统字体?
singsun 回复于:2004-06-20 23:24:46
老大在线呀```我都急死了````等我```我马上就去试!!!
有救了````
singsun 回复于:2004-06-20 23:37:05
cat /etc/x11/xf86config
没有用呀```哎```准备重新装了````55555
那个unix/:7100是什么意思呀?
零二年的夏天 回复于:2004-06-21 00:05:20
是没有那个文件么?
singsun 回复于:2004-06-21 00:33:49
昨天还好好的,关机后今天再开机就完了```我想不会没有这个文件吧?
对了``每次用命令启动时都说什么“不知的主机”这个是怎么回事呀?会不会与这个有关?
singsun 回复于:2004-06-21 00:37:08
还有个问题````每次启动canna服务器没有什么问题``可是关机是老是说什么canna服务器不是运行在这个电脑上的, 后面是[faile]关闭失败``怎么解决呀?感觉与这个也有关```呵呵!
quhw 回复于:2004-06-21 03:41:10
没有启动xfs服务啊
ailms 回复于:2004-06-21 08:48:31
fatal server error:
could not open default font fixed
会不会是跟xfs有关呢?
singsun 回复于:2004-06-21 09:39:26
啊?xfs我看到是启动的呀?
哪位大大指点一下呀```论坛上搜索过```没有找到满意的答案``呵呵 ...
下一页 摘要:
谢谢
platinum 回复于:2004-06-07 12:26:17
看你想怎么用
benjiam 回复于:2004-06-07 13:56:51
做nat 透明代理
希望能平滑的把负载分给3个adsl
platinum 回复于:2004-06-07 14:02:15
nat没问题,也很简单,和使用一个adsl一样设置
平滑分配负载比较困难,由于内核的关......