摘要:
如果同时又多个人登陆系统使用相同的用户名,那么.bash_history纪录的是哪个用户的命令呢?
gusu 回复于:2003-12-23 13:21:02
all user
比如大家都在用root
那么root history里的都是混合型的(按时间排列)
我感觉是这样的
gusu 回复于:2003-12-23 13:29:04
做了一次实验
系统有可能隔一段时间把commands写入
当你从新连接才能看到别人已......
摘要:
在/etc/fstab文件中有如下一项
/dev/cdrom /mnt/cdrom iso9660 noauto,codepage=936,iocharset=gb2312 0 0
表示光驱是不自动挂载的,那我在用光驱时是要象
mount -t iso9660 /dev/cdrom /mnt/cdrom
这样挂载才能用吗?
如果是这样,那么在fstab还有必要加那一项吗?
零二年的夏天 回复于:2003-12-22 ......
Linux 使用Bluetooth与手机通信
使用 爱立信t68i、索爱t628 与 billionton usb bluetooth adapter 在2.6.0内核下测试通过。
【相关文章:
急救!!磁盘配额!!】 【扩展阅读:
今天在linux下安装CVS,试了3个版】
【扩展信息:
万能声卡驱动(Alsa)的安装方法】 (本人购买的台产billionton usb bluetooth adapter有win98/2k/xp的驱动与软件widcomm1.3.2.7, 而要想在win2003下用的话需要最新版1.4.2.10, 可这玩艺是需要license的,要想在linux下玩的可以参考一下)
内核支持usb_hci rfcomm
软件bluez
加载模块:
[code:1:3f91ddcbee]# modprobe hci_usb
# modprobe rfcomm
# hciconfig hci0 up[/code:1:3f91ddcbee]
[code:1:3f91ddcbee]# hciconfig hci0 up[/code:1:3f91ddcbee]
查看状况:
[code:1:3f91ddcbee]# hciconfig -a
hci0: type: usb
bd address: 00:10:60:a3:68:9f acl mtu: 192:8 sco mtu: 64:8
up running pscan iscan
rx bytes:1860 acl:10 sco:0 events:88 errors:0
tx bytes:1432 acl:10 sco:0 commands:52 errors:0
...
下一页 摘要:
原来所在的组仍然保存,这样操作是为了一个用用能有多个组。
谢谢
llzqq 回复于:2003-12-18 12:00:09
useradd -g g1 u1
weijsh 回复于:2003-12-18 12:17:58
[root@weilinux tools]# useradd -g dba oracle
useradd: user oracle exists
sakulagi 回复于:2003-12-18 12......