1
빈 파일 만들기
touch 1.txt
2
[root@ip-172-31-9-191 ~]# ls
1.txt
3
[root@ip-172-31-12-44 ~]# mkdir 111
[root@ip-172-31-12-44 ~]# ls -al
total 20
dr-xr-x--- 4 root root 127 Aug 8 12:05 .
dr-xr-xr-x 18 root root 257 Aug 8 10:20 ..
drwxr-xr-x 2 root root 6 Aug 8 12:05 111
-rw-r--r-- 1 root root 0 Aug 8 12:05 1.txt
-rw-r--r-- 1 root root 18 Oct 18 2017 .bash_logout
-rw-r--r-- 1 root root 176 Oct 18 2017 .bash_profile
-rw-r--r-- 1 root root 176 Oct 18 2017 .bashrc
-rw-r--r-- 1 root root 100 Oct 18 2017 .cshrc
drwx------ 2 root root 29 Aug 8 10:20 .ssh
-rw-r--r-- 1 root root 129 Oct 18 2017 .tcshrc