Bootstrap

linux系统基本命令实验原理,《操作系统原理与Linux》实验一 Linux基本命令.doc

《操作系统原理与Linux》实验报告

实验名称:实验一 Linux基本命令的使用

实验日期: 2011年11月1日

班 级:B09513

学 号:20094051311

姓 名:王晓珍

计算机号:

一、实验目的

1.掌握Linux中文件操作基本命令使用方法。

2.掌握Linux中查看进程、内存和磁盘情况基本命令的使用方法。

二、实验内容

1.登录Linux系统。/root

2.用pwd命令显示用户登录后所处的用户主目录。

3.用以下三个命令显示用户主目录中的内容,并比较命令之间的区别。

ls

a.out example.c greet hello.c hello.o netatate.txt

delete get greet.c hello.h hello.s partitioninfo

delete.c get.c hello hello.h.gch Mail wang

Desktop get.o hello,c hello.i makefile

ls –a

a.out example.c greet hello.c hello.o netatate.txt

delete get greet.c hello.h hello.s partitioninfo

delete.c get.c hello hello.h.gch Mail wang

Desktop get.o hello,c hello.i makefile

ls -al

a.out example.c greet hello.c

;