摘要:
为啥sun v120下solaris的文件系统在掉电后,再启动solaris的机器,文件系统就全掉了,必须用fsck进行修复,而另一个机器在掉电后,文件系统就不掉,这台机器是sun280,为啥?难道是我的sun v120的文件系统做的有问题???大家给说一下
sun v120的文件系统:
# df -k
filesystem kbytes used avail capacity mounte......
摘要:
第三章 进程管理
3.1 sleep
[语法]: sleep 时间
[说明]: 挂起参数指定的秒数
3.2 ps
[语法]: ps [ -efl] [ -t 终端表] [ -u 用户表] [ -g 组表]
[说明]: 显示出有关进程的状态
-e 显示出现在正在运行的所有进程
-f 显示所有信息
-l 产生一个长列表
-t 显示......
xmanager专题一 xmanager faq
if you cannot find the solution for your problems here, please visit our xmanager forum where you may find the solution. otherwise, please post your question.
【程序编程相关:
sco5.0.5 在安装提示“addco】 【推荐阅读:
[原创]SCO Unixware 7.1】
【扩展信息:
又一种系统备份与恢复的方法!经过无数次实】
when i connect to unix by xdmcp, the cde session hangs.
xdmcp connection fails for linux. how do i configure my linux box?
i try to connect to sun solaris using xdmcp, but i get the error message: "xdmcp connection failed..."
im in the local network inside a nat system. how can i connect to the remote host?
how can i set the firewall port mapping?
im inside a firewall using ip masquerading. how can i connect to external linux/unix hosts?
how can i run a remote x application on my pc with a dynamic ip address?
how can i use xmanager through ssh?
when i open an xterm window, some characters are displayed incorrectly on the screen. some (not all) capital letters looks like a small dot.
ive lost my product key. where can i find it?
the backspace key does not work in xterm from redhat 7 host.
how can i configure firewall settings in windows xp?
colors are not displayed correctly when i use 256-color cad applications.
gnome terminal fails to open in redhat 7.3.
does xmanager support windows or citrix terminal server?
1. when i connect to unix by xdmcp, the cde session hangs.
...
下一页 摘要:
1.1 ls
[语法]: ls [-radcxmlnogrtucpfbqisf1] [目录或文件......]
[说明]: ls 命令列出指定目录下的文件,缺省目录为当前目录 ./,缺省输出顺序为纵向按字符顺序排列。
-r 递归地列出每个子目录的内容
-a 列出所有文件,包括第一个字符为“.”的隐藏文件
-d 若后面参数是目录,则只列出目录名而不列出目录内容,常与-......