Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. root@snebel-desktop:~# mkdir test
  2. root@snebel-desktop:~# touch test/.test
  3. root@snebel-desktop:~# ls test/
  4. root@snebel-desktop:~# ls test/ -all
  5. total 8
  6. drwxr-xr-x 2 root root 4096 Dec 3 16:52 .
  7. drwx------ 6 root root 4096 Dec 3 16:52 ..
  8. -rw-r--r-- 1 root root 0 Dec 3 16:52 .test
  9. root@snebel-desktop:~# mv test/ test2/
  10. root@snebel-desktop:~# ls test2/ -all
  11. total 8
  12. drwxr-xr-x 2 root root 4096 Dec 3 16:52 .
  13. drwx------ 6 root root 4096 Dec 3 16:52 ..
  14. -rw-r--r-- 1 root root 0 Dec 3 16:52 .test
  15. root@snebel-desktop:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement