1 2 3 4 5 6 7 8 | linux-r4pv:~ # hostname linux-r4pv linux-r4pv:~ # cd /mnt/remote_storage/ linux-r4pv:/mnt/remote_storage # ll total 1024 -rw-r--r-- 1 root root 1048576 Jul 28 21:27 secure_container |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | linux-r4pv:/mnt/remote_storage # hostname linux-r4pv linux-r4pv:/mnt/remote_storage # cd /mnt/encrypt/ linux-r4pv:/mnt/encrypt # ll total 12 drwx------ 2 root root 12288 Jul 29 02:47 lost+found linux-r4pv:/mnt/encrypt # echo Hello,This is a test file>test.txt linux-r4pv:/mnt/encrypt # ll total 13 drwx------ 2 root root 12288 Jul 29 02:47 lost+found -rw-r--r-- 1 root root 26 Jul 29 02:54 test.txt |
1 2 3 4 5 | linux-r4pv:/mnt/encrypt # hostname linux-r4pv linux-r4pv:/mnt/encrypt # cat test.txt Hello,This is a test file |
1 2 3 4 5 6 7 8 9 10 11 | linux-r4pv:/mnt/encrypt # hostname linux-r4pv linux-r4pv:/mnt/encrypt # cd /mnt/remote_storage/ linux-r4pv:/mnt/remote_storage # ll total 1024 -rw-r--r-- 1 root root 1048576 Jul 28 21:34 secure_container linux-r4pv:/mnt/remote_storage # cat secure_container <garbage output> |
1 2 3 4 5 6 7 8 9 10 | # hostname fsaix010 # cd /storage/enduser # ls secure_container # cat secure_container <garbage output> |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |