1 / 15
文档名称:

linux-lecture5 Linux Filesystem Management.ppt

格式:ppt   大小:112KB   页数:15页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

linux-lecture5 Linux Filesystem Management.ppt

上传人:mh900965 2017/12/1 文件大小:112 KB

下载得到文件列表

linux-lecture5 Linux Filesystem Management.ppt

相关文档

文档介绍

文档介绍:Linux Filesystem Management
mands
badblocks Used to search a disk or partition for badblocks. (badblocks device) (badblocks hda)
df Shows the disk free space on one or more filesystems. (df –k, df -h)
du Shows how much disk space a directory and all its files contain. (du <directory>, du –sk <directory>, du –sh <directory>)
fsck Filesystem check. Must not be run on a mounted file system. (fsck <filesystem>)
Linux Filesystem Management
mands
sync Synchronize data on disk with memory. `sync' writes any data buffered in memory out to disk.
mount Used to mount a filesystem. Complement is umount. (mount <filesystem>, mount –a)
umount Unmounts a filesystem. Complement is mount. (umount <filesystem>)
Network mands
mands
dnsdomainname Show the systems DNS domain name
hostname Used to show or set the name of your machine working
nisdomainname Show or set systems NIS/YP domain name
ypdomainname Show or set the system's NIS/YP domain name
Network mands
mands
arp This program lets the user read or modify their arp cache.
dig Send domain name query packets to name servers for debugging or testing.
finger Display information about the system users. Ex: finger Deepak
ftp File transfer program. (ftp <remote system name/ip)
ifconfig Configure work interface. Ex:
ifconfig eth0 address
ifdown Shutdown work interface. Ex: ifdown eth0
ifup Brings work interface up. Ex: ifup eth0
Network mands
mands
netconf A GUI interactive program to let you configure work on Redhat systems.
netconfig Another GUI step by work configuration program.
netstat Displays information about the work connections, including port connections, routing tables, and more. mand "netstar -r" will display the routing table. (netsat –rn)
nslookup Used to query DNS servers for information about hosts.
Network mands
mands
ping Send ICMP ECHO_REQUEST packets work hosts. (ping <remote-host-name/ip)
route Show or manipulate the IP routing table. (route, route add, route del)
showm