/l3/users/2-11-2020/NT-Ladm/debian1.net.nt/root :1 :2 :3 :4 :5 |
|
#fdisk -l
![]() Disk /dev/xvda: 17.2 GB, 17179869184 bytes 255 heads, 63 sectors/track, 2088 cylinders, total 33554432 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000e4875 Device Boot Start End Blocks Id System /dev/xvda1 2048 32088063 16043008 83 Linux Disk /dev/xvdb: 5368 MB, 5368709120 bytes 255 heads, 63 sectors/track, 652 cylinders, total 10485760 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/xvdb doesn't contain a valid partition table |
#fdisk -l
Disk /dev/xvda: 17.2 GB, 17179869184 bytes 255 heads, 63 sectors/track, 2088 cylinders, total 33554432 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000e4875 Device Boot Start End Blocks Id System /dev/xvda1 2048 32088063 16043008 83 Linux Disk /dev/xvdb: 5368 MB, 5368709120 bytes 255 heads, 63 sectors/track, 652 cylinders, total 10485760 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/xvdb doesn't contain a valid partition table |
#ls -l
![]() итого 12 -rw-r--r-- 1 root root 5268 Окт 13 2014 install -rw-r--r-- 1 root root 165 Ноя 2 11:46 who.txt |
#ls -l
итого 12 -rw-r--r-- 1 root root 5268 Окт 13 2014 install -rw-r--r-- 1 root root 165 Ноя 2 11:46 who.txt |
#ls -l
![]() total 16 drwxr-xr-x 2 root root 4096 Nov 2 11:53 d1 -rw-r--r-- 1 root root 5268 Oct 13 2014 install -rw-r--r-- 1 root root 165 Nov 2 11:46 who.txt |
#ls -l
total 16 drwxr-xr-x 2 root root 4096 Nov 2 11:53 d1 -rw-r--r-- 1 root root 5268 Oct 13 2014 install -rw-r--r-- 1 root root 165 Nov 2 11:46 who.txt |
#mkdir d2/d3
![]() |
#ls
![]() d1 d2 install who.txt |
#mkdir 'd4//d5'
![]() mkdir: cannot create directory `d4//d5': No such file or directory |
#mkdir 'd4//d5'
![]() mkdir: cannot create directory `d4//d5': No such file or directory |
#mkdir ' d4//d5'
![]() mkdir: cannot create directory ` d4//d5': No such file or directory |
#mkdir ' d4//d5'
![]() mkdir: cannot create directory ` d4//d5': No such file or directory |
#apt-get install tree
![]() Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: tree 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 43.3 kB of archives. After this operation, 112 kB of additional disk space will be used. Err http://ftp.ua.debian.org/debian/ wheezy/main tree amd64 1.6.0-1 Could not resolve 'ftp.ua.debian.org' Failed to fetch http://ftp.ua.debian.org/debian/pool/main/t/tree/tree_1.6.0-1_amd64.deb Could not resolve 'ftp.ua.debian.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? |