Linux基本命令简介

xiaoxiao2021-02-28  59

一命令提示符号

[root@localhost ~]# root:代表登录用户 localhost:主机名 ~:当前所在目录(家目录 #:超级用户提示符 $:普通用户提示符   二 命令格式 命令 [选项] [参数] 注意: 1、个别命令使用不遵循此格式。 2、当有多个选项时,可以写在一起。 3、简化选项与完整选项,选项是用来调整命令功能。 -a 等于 --all   三 查询目录中的内容:ls ls [选项] [文件或目录] 选项: -a:显示所有的文件,包括隐藏文件 -l:显示详细信息 -d:查看目录属性 -h:个性化显示文件大小 -i:显示inode   四 文件权限介绍     五 Linux文件类型 普通文件,目录文件、链接文件,块设备文件,字符设备文件,套接字文件和管道文件。   六 实战 [root@localhost ~]# lsanaconda-ks.cfg gobin MusicChangeLog-2.6.0 goc2p PicturesDesktop golib PublicDocuments goproject TemplatesDownloads initial-setup-ks.cfg Videosgo1.8.3.linux-amd64.tar.gz linux-2.6.39.tar.bz2[root@localhost ~]# ls -ltotal 89300-rw-------.1 root root 1579Oct262016 anaconda-ks.cfg-rw-r--r--.1 root root 12777Dec182003ChangeLog-2.6.0drwxr-xr-x.2 root root 6Oct282016Desktopdrwxr-xr-x.2 root root 6Oct282016Documentsdrwxr-xr-x.2 root root 6Oct282016Downloads-rw-r--r--.1 root root 90029041Jul815:13 go1.8.3.linux-amd64.tar.gzdrwxr-xr-x.2 root root 15Jul819:26 gobindrwxr-xr-x.6 root root 4096Jul818:11 goc2pdrwxr-xr-x.4 root root 26Jul819:46 golibdrwxr-xr-x.2 root root 6Jul818:10 goproject-rw-------.1 root root 1627Oct262016 initial-setup-ks.cfg-rw-r--r--.1 root root 1383989Nov122016 linux-2.6.39.tar.bz2drwxr-xr-x.2 root root 6Oct282016Musicdrwxr-xr-x.2 root root 6Oct282016Picturesdrwxr-xr-x.2 root root 6Oct282016Publicdrwxr-xr-x.2 root root 6Oct282016Templatesdrwxr-xr-x.2 root root 6Oct282016Videos[root@localhost ~]# ls -l /etc/total 1432drwxr-xr-x.3 root root 97Oct262016 abrt-rw-r--r--.1 root root 16Oct262016 adjtime-rw-r--r--.1 root root 1518Jun72013 aliases-rw-r--r--.1 root root 12288Oct262016 aliases.dbdrwxr-xr-x.2 root root 49Oct262016 alsadrwxr-xr-x.2 root root 4096Nov122016 alternatives-rw-------.1 root root 541Jul272015 anacrontab-rw-r--r--.1 root root 55Mar62015 asound.conf-rw-r--r--.1 root root 1Nov202015 at.denydrwxr-xr-x.2 root root 20Oct262016 xmldrwxr-xr-x.6 root root 4096Oct262016 yum-rw-r--r--.1 root root 970Dec32015 yum.confdrwxr-xr-x.2 root root 4096Dec32015 yum.repos.d[root@localhost ~]# ls /dev/autofs mqueue stdout tty35 tty63block net tty tty36 tty7bsg network_latency tty0 tty37 tty8btrfs-control network_throughput tty1 tty38 tty9bus null tty10 tty39 ttyS0cdrom nvram tty11 tty4 ttyS1char oldmem tty12 tty40 ttyS2console port tty13 tty41 ttyS3core ppp tty14 tty42 uhidcpu ptmx tty15 tty43 uinputcpu_dma_latency pts tty16 tty44 urandomcrash random tty17 tty45 usbmon0disk raw tty18 tty46 usbmon1fd rtc tty19 tty47 vcsfull rtc0 tty2 tty48 vcs1fuse sda tty20 tty49 vcs2hidraw0 sda1 tty21 tty5 vcs3hpet sda2 tty22 tty50 vcs4hugepages sda3 tty23 tty51 vcs5initctl sda4 tty24 tty52 vcs6input sda5 tty25 tty53 vcsakmsg sda6 tty26 tty54 vcsa1log sda7 tty27 tty55 vcsa2loop-control sg0 tty28 tty56 vcsa3lp0 sg1 tty29 tty57 vcsa4lp1 shm tty3 tty58 vcsa5lp2 snapshot tty30 tty59 vcsa6lp3 snd tty31 tty6 vfiomapper sr0 tty32 tty60 vga_arbitermcelog stderr tty33 tty61 vhost-netmem stdin tty34 tty62 zero[root@localhost ~]# ls -lhtotal 88M-rw-------.1 root root 1.6KOct262016 anaconda-ks.cfg-rw-r--r--.1 root root 13KDec182003ChangeLog-2.6.0drwxr-xr-x.2 root root 6Oct282016Desktopdrwxr-xr-x.2 root root 6Oct282016Documentsdrwxr-xr-x.2 root root 6Oct282016Downloads-rw-r--r--.1 root root 86MJul815:13 go1.8.3.linux-amd64.tar.gzdrwxr-xr-x.2 root root 15Jul819:26 gobindrwxr-xr-x.6 root root 4.0KJul818:11 goc2pdrwxr-xr-x.4 root root 26Jul819:46 golibdrwxr-xr-x.2 root root 6Jul818:10 goproject-rw-------.1 root root 1.6KOct262016 initial-setup-ks.cfg-rw-r--r--.1 root root 1.4MNov122016 linux-2.6.39.tar.bz2drwxr-xr-x.2 root root 6Oct282016Musicdrwxr-xr-x.2 root root 6Oct282016Picturesdrwxr-xr-x.2 root root 6Oct282016Publicdrwxr-xr-x.2 root root 6Oct282016Templatesdrwxr-xr-x.2 root root 6Oct282016Videos[root@localhost ~]# ls -lh go1.8.3.linux-amd64.tar.gz -rw-r--r--.1 root root 86MJul815:13 go1.8.3.linux-amd64.tar.gz[root@localhost ~]# ls -a.Desktop initial-setup-ks.cfg..Documents linux-2.6.39.tar.bz2anaconda-ks.cfg Downloads.local.bash_history .elinks .mozilla.bash_logout .esd_auth Music.bash_profile go1.8.3.linux-amd64.tar.gz Pictures.bashrc gobin .pki.cache goc2p PublicChangeLog-2.6.0 golib .tcshrc.config goproject Templates.cshrc .ICEauthorityVideos[root@localhost ~]# ls -ld /etc/drwxr-xr-x.130 root root 8192Jul1021:08/etc/[root@localhost ~]# ls -i33559702 anaconda-ks.cfg 100738328 goproject33559705ChangeLog-2.6.033559704 initial-setup-ks.cfg33575838Desktop33559703 linux-2.6.39.tar.bz233575846Documents67163627Music67163626Downloads100691831Pictures33559706 go1.8.3.linux-amd64.tar.gz 327Public33576732 gobin 100691824Templates371 goc2p 328Videos67161955 golib 大小: 100.7 KB 查看图片附件
转载请注明原文地址: https://www.6miu.com/read-2150008.html

最新回复(0)