linux的几个小问题

1、如何删除文件
2、有没有类似dos底下的deltree命令
3、如何修改机器名字
[54 byte] By [struggle_wx-struggle] at [2007-12-16]
# 1
rm 文件名,删除文件;
rm -r 目录名,类似dos底下的deltree命令;
hostname 机器名,修改机器名字。
marlboro-马波 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...
# 2
1. rm filename
2. rm -r dirname
3. add your machine name entry in the file /etc/sysconfig/network
with HOSTNAME=
linuxnewer-夜猫子 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...
# 3
呵呵,授人之鱼莫若授人之渔!

man rm
man hostname
mengge-踏岸寻柳 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...
# 5
1: 用rm命令 删除文件
修改/etc/host 可以修改机器名.
holiday1001-数字精灵 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...
# 6
可不可以rm *。*??
struggle_wx-struggle at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...
# 7
rm * 就可以啦
chairou-西楼 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...