标签:移动目录 bashrc 字符 结果 win 位置 深度 profile lib64
掌握创建和查看文件、复制、转移和删除文件
linux系统,centos6系统,centos7或ubuntu
[root@centos7 ~]# ll
总用量 24
-rw-r--r--. 1 root root 6 7月 23 09:17 1.txt
-rw-r--r--. 1 root root 0 7月 20 20:04 2.txt
-rw-r--r--. 1 root root 0 7月 20 20:04 3.txt
drwxr-xr-x. 2 root root 6 7月 20 20:04 download
drwxr-xr-x. 2 root root 49 7月 21 19:06 Downloads
-rw-r--r--. 1 root root 22 7月 24 14:51 f1
-rw-r--r--. 1 root root 21 7月 24 14:52 f2
-rw-r--r--. 1 root root 13 7月 20 20:27 hello2.txt
-rw-r--r--. 1 root root 15 7月 22 11:20 hello.txt
-rw-r--r--. 1 root root 3 7月 22 17:59 win.txt
drwxr-xr-x. 2 root root 162 7月 24 15:36 模板
显示结果中,第一个位置的符号"-"就代表了文件类型为普通文件
[root@centos7 ~]# pwd
/root
[root@centos7 ~]# basename /etc/sysconfig/
sysconfig
[root@centos7 ~]# dirname /etc/sysconfig/
/etc
[root@centos7 sysconfig]# cd
[root@centos7 ~]# pwd
/root
[root@centos7 sysconfig]# cd ~
[root@centos7 ~]# pwd
/root
[root@centos7 sysconfig]# cd ..
[root@centos7 etc]#
[root@centos7 ~]# cd /etc/sysconfig/
[root@centos7 sysconfig]#
[root@centos7 sysconfig]# cd -
/root
[root@centos7 ~]#
选项:
? -a:包含隐藏文件
? -l:显示额外信息
? -R:目录递归显示
? -1:文件分行显示,一行显示一个
[root@centos7 ~]# ls -a
. 1.txt 3.txt .bash_logout .bashrc .config .dbus Downloads f1 hello2.txt .history .lesshst .mozilla .rnd .tcshrc win.txt
.. 2.txt .bash_history .bash_profile .cache .cshrc download .esd_auth f2 hello.txt .ICEauthority .local .pki .ssh .viminfo 模板
[root@centos7 ~]# ls -l
总用量 24
-rw-r--r--. 1 root root 6 7月 23 09:17 1.txt
-rw-r--r--. 1 root root 0 7月 20 20:04 2.txt
-rw-r--r--. 1 root root 0 7月 20 20:04 3.txt
drwxr-xr-x. 2 root root 6 7月 20 20:04 download
drwxr-xr-x. 2 root root 49 7月 21 19:06 Downloads
-rw-r--r--. 1 root root 22 7月 24 14:51 f1
-rw-r--r--. 1 root root 21 7月 24 14:52 f2
-rw-r--r--. 1 root root 13 7月 20 20:27 hello2.txt
-rw-r--r--. 1 root root 15 7月 22 11:20 hello.txt
-rw-r--r--. 1 root root 3 7月 22 17:59 win.txt
drwxr-xr-x. 2 root root 162 7月 24 15:36 模板
[root@centos7 ~]# ll
总用量 24
-rw-r--r--. 1 root root 6 7月 23 09:17 1.txt
-rw-r--r--. 1 root root 0 7月 20 20:04 2.txt
-rw-r--r--. 1 root root 0 7月 20 20:04 3.txt
drwxr-xr-x. 2 root root 6 7月 20 20:04 download
drwxr-xr-x. 2 root root 49 7月 21 19:06 Downloads
-rw-r--r--. 1 root root 22 7月 24 14:51 f1
-rw-r--r--. 1 root root 21 7月 24 14:52 f2
-rw-r--r--. 1 root root 13 7月 20 20:27 hello2.txt
-rw-r--r--. 1 root root 15 7月 22 11:20 hello.txt
-rw-r--r--. 1 root root 3 7月 22 17:59 win.txt
drwxr-xr-x. 2 root root 162 7月 24 15:36 模板
[root@centos7 ~]# ls -R
.:
1.txt 2.txt 3.txt download Downloads f1 f2 hello2.txt hello.txt win.txt 模板
./download:
./Downloads:
wps-office-11.1.0.8722-1.x86_64.rpm
./模板:
DOCX 文档.docx DOC 文档.doc PPTX 演示文稿.pptx PPT 演示文稿.ppt XLSX 工作表.xlsx XLS 工作表.xls
[root@centos7 data]# ls -al
总用量 7358376
drwxr-xr-x. 6 root root 4096 7月 24 15:53 .
dr-xr-xr-x. 20 root root 262 7月 22 17:37 ..
-rw-r--r--. 1 root root 38 7月 24 11:31 1.txt~
drwxr-xr-x. 144 root root 8192 7月 23 10:07 2019-07-23
-rw-r--r--. 1 root root 0 7月 22 15:26 7.txtx
-rw-r--r--. 1 root root 8 7月 20 19:51 a
-rw-r--r--. 1 root root 11 7月 24 14:23 all.log
-rw-r--r--. 1 root root 16 7月 24 15:51 a.log
-rw-r--r--. 1 root root 0 7月 24 14:02 f1.txt
-rw-r--r--. 1 root root 0 7月 24 14:04 fd
-rw-r--r--. 1 root root 21 7月 20 17:05 fi.log
-rw-r--r--. 1 root root 79 7月 24 16:05 issue
-rw-r--r--. 1 root root 79 7月 24 09:15 issue2
-rw-r--r--. 1 root root 50 7月 24 14:09 log.log
-rw-r--r--. 1 root root 0 7月 24 14:06 ls.log
-rw-r--r--. 1 root root 0 7月 24 15:12 motd
-rw-r--r--. 1 root root 51 7月 24 15:53 my.cnf
-rw-r--r--. 1 root root 2426 7月 24 16:36 passwd
-rw-r--r--. 1 root root 7534911488 7月 24 12:00 .passwd.swp
dr-xr-x---. 12 root root 4096 7月 23 10:12 rootdir
-rw-r--r--. 1 root root 0 7月 24 14:13 stderr.log
-rw-r--r--. 1 root root 0 7月 24 14:13 stdout.log
drwxr-xr-x. 7 root root 4096 7月 22 14:12 sysconfig-bak
drwxr-xr-x. 2 root root 6 7月 22 20:49 .trash
[root@centos7 ~]# stat 1.txt
文件:"1.txt"
大小:6 块:8 IO 块:4096 普通文件
设备:802h/2050d Inode:201518774 硬链接:1
权限:(0644/-rw-r--r--) Uid:( 0/ root) Gid:( 0/ root)
环境:unconfined_u:object_r:admin_home_t:s0
最近访问:2019-07-24 13:59:17.238016239 +0800
最近更改:2019-07-23 09:17:50.724956696 +0800
最近改动:2019-07-23 09:17:50.728956695 +0800
创建时间:-
touch一个已经存在的文件,不会改变文件内容,但会改变文件的时间,比如mtime等
[root@centos7 ~]# touch test.sh
[root@centos7 ~]# ll test.sh
-rw-r--r--. 1 root root 0 7月 24 20:04 test.sh
[root@centos7 ~]# cp /etc/httpd/conf/httpd.conf /etc/my.cnf .
[root@centos7 ~]# ls -l !*
ls -l /etc/httpd/conf/httpd.conf /etc/my.cnf .
-rw-r--r--. 1 root root 11753 4月 24 21:44 /etc/httpd/conf/httpd.conf
-rw-r--r--. 1 root root 570 8月 16 2018 /etc/my.cnf
[root@centos7 ~]# cp /etc/nginx . -R
[root@centos7 ~]# ll -d nginx
drwxr-xr-x. 3 root root 177 7月 24 20:17 nginx
[root@centos7 ~]# cp /etc/httpd/conf/httpd.conf{,.bak}
[root@centos7 ~]# ll /etc/httpd/conf
总用量 40
-rw-r--r--. 1 root root 11753 4月 24 21:44 httpd.conf
-rw-r--r--. 1 root root 11753 7月 24 20:20 httpd.conf.bak
-rw-r--r--. 1 root root 13077 4月 24 21:46 magic
[root@centos7 ~]# cp /etc ./etc_bak -a
[root@centos7 ~]# ll -d etc_bak/
drwxr-xr-x. 145 root root 8192 7月 24 20:16 etc_bak/
[root@centos7 ~]# mv nginx/ nginx_bak
[root@centos7 ~]# ll nginx_bak/ -d
drwxr-xr-x. 3 root root 177 7月 24 20:17 nginx_bak/
[root@centos7 ~]# mv httpd.conf /tmp
[root@centos7 ~]# ll /tmp/httpd.conf
-rw-r--r--. 1 root root 11753 7月 24 20:12 /tmp/httpd.conf
[root@centos7 tmp]# rm -rf ./*
[root@centos7 tmp]# ll
总用量 0
[root@centos7 tmp]# mkdir a/{b,c}/d -p
[root@centos7 tmp]# tree -C a
a
|-- b
| `-- d
`-- c
`-- d
4 directories, 0 files
[root@centos7 tmp]# mkdir a/{b,c}/d -p
[root@centos7 tmp]# tree -C a
a
|-- b
| `-- d
`-- c
`-- d
4 directories, 0 files
[root@centos7 tmp]# tree /usr/local/ -L 2
/usr/local/
|-- bin
|-- etc
|-- games
|-- include
|-- lib
|-- lib64
|-- libexec
|-- sbin
|-- share
| |-- applications
| |-- info
| `-- man
`-- src
13 directories, 0 files
[root@centos7 tmp]# ll apachectl
lrwxrwxrwx. 1 root root 15 7月 24 20:34 apachectl -> /sbin/apachectl
标签:移动目录 bashrc 字符 结果 win 位置 深度 profile lib64
原文地址:https://www.cnblogs.com/uscWIFI/p/11240697.html