You are on page 1of 4

abdullah70066868@fedora ~]$ ls

Desktop Documents Downloads Music Pictures Public Templates Videos


[abdullah70066868@fedora ~]$ ls -l
total 0
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Desktop
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Documents
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Downloads
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Music
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Pictures
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Public
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Templates
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Videos
[abdullah70066868@fedora ~]$ cat grapes.txt
cat: grapes.txt: No such file or directory
[abdullah70066868@fedora ~]$ cat= grapes.txt
bash: grapes.txt: command not found...
Failed to search for file: cannot update repo 'fedora-modular': Cannot prepare
internal mirrorlist: Curl error (6): Couldn't resolve host name for
https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-34&arch=x86_64
[Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6):
Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?
repo=fedora-modular-34&arch=x86_64 [Could not resolve host:
mirrors.fedoraproject.org]
[abdullah70066868@fedora ~]$ cat> grapes.txt
grapes are sour and sweet
[abdullah70066868@fedora ~]$ ls l
ls: cannot access 'l': No such file or directory
[abdullah70066868@fedora ~]$ ls -l
total 4
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Desktop
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Documents
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Downloads
-rw-rw-r--. 1 abdullah70066868 abdullah70066868 26 Oct 5 02:32 grapes.txt
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Music
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Pictures
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Public
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Templates
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Videos
[abdullah70066868@fedora ~]$ chmod 7 5 4 grapes.txt
chmod: cannot access '5': No such file or directory
chmod: cannot access '4': No such file or directory
[abdullah70066868@fedora ~]$ chmod 754 grapes.txt
[abdullah70066868@fedora ~]$ ls -l
total 4
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Desktop
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Documents
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Downloads
-rwxr-xr--. 1 abdullah70066868 abdullah70066868 26 Oct 5 02:32 grapes.txt
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Music
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Pictures
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Public
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Templates
drwxr-xr-x. 1 abdullah70066868 abdullah70066868 0 Oct 5 02:17 Videos
[abdullah70066868@fedora ~]$ mv grapes.txt Pictures/orange.txt
[abdullah70066868@fedora ~]$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
[abdullah70066868@fedora ~]$ cd Pictures
[abdullah70066868@fedora Pictures]$ ls
orange.txt
[abdullah70066868@fedora Pictures]$ cd ..
[abdullah70066868@fedora ~]$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
[abdullah70066868@fedora ~]$ cd ..
[abdullah70066868@fedora home]$ ls\
>
abdullah70066868
[abdullah70066868@fedora home]$
[abdullah70066868@fedora home]$ cd ..
[abdullah70066868@fedora /]$
[abdullah70066868@fedora /]$
[abdullah70066868@fedora /]$
[abdullah70066868@fedora /]$
[abdullah70066868@fedora /]$
[abdullah70066868@fedora /]$ ls
bin dev home lib64 media opt root sbin sys usr
boot etc lib lost+found mnt proc run srv tmp var
[abdullah70066868@fedora /]$ cd
[abdullah70066868@fedora ~]$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
[abdullah70066868@fedora ~]$ cd Desktop
[abdullah70066868@fedora Desktop]$ ls
[abdullah70066868@fedora Desktop]$ mkdir dir1
[abdullah70066868@fedora Desktop]$ ls
dir1
[abdullah70066868@fedora Desktop]$ mkdir dir6
[abdullah70066868@fedora Desktop]$ mkdir dir9
[abdullah70066868@fedora Desktop]$ ls
dir1 dir6 dir9
[abdullah70066868@fedora Desktop]$ cd dir1
[abdullah70066868@fedora dir1]$ mkdir2
bash: mkdir2: command not found...
Similar command is: 'mkdir'
[abdullah70066868@fedora dir1]$ mkdir dir2
[abdullah70066868@fedora dir1]$ mkdir dir3
[abdullah70066868@fedora dir1]$ mkdir dir4
[abdullah70066868@fedora dir1]$ mkdir dir11
[abdullah70066868@fedora dir1]$ ls
dir11 dir2 dir3 dir4
[abdullah70066868@fedora dir1]$ cd dir2
[abdullah70066868@fedora dir2]$ cat> file1.txt
this is a file 1
[abdullah70066868@fedora dir2]$ cat> file2.txt
this is a file 2
[abdullah70066868@fedora dir2]$ cat> file3.txt
this is a file 3
[abdullah70066868@fedora dir2]$ cd ..
[abdullah70066868@fedora dir1]$ cd dir3
[abdullah70066868@fedora dir3]$ cat> file4.txt
this is a file 4
[abdullah70066868@fedora dir3]$ cat> grapes.txt
this is a grapes file
[abdullah70066868@fedora dir3]$ cd ..
[abdullah70066868@fedora dir1]$ cd dir4
[abdullah70066868@fedora dir4]$ mkdir dir5
[abdullah70066868@fedora dir4]$ ls
dir5
[abdullah70066868@fedora dir4]$ cd ..
[abdullah70066868@fedora dir1]$ cd dir6
bash: cd: dir6: No such file or directory
[abdullah70066868@fedora dir1]$ cd ..
[abdullah70066868@fedora Desktop]$ cd dir6
[abdullah70066868@fedora dir6]$ mkdir dir7
[abdullah70066868@fedora dir6]$ mkdir dir8
[abdullah70066868@fedora dir6]$ ls
dir7 dir8
[abdullah70066868@fedora dir6]$ cd dir7
[abdullah70066868@fedora dir7]$ cat> pair.txt
this is a pair file
[abdullah70066868@fedora dir7]$
[abdullah70066868@fedora dir7]$ cat> apricot.txt
this is a apricot file
[abdullah70066868@fedora dir7]$ cd ..
[abdullah70066868@fedora dir6]$ cd ..
[abdullah70066868@fedora Desktop]$ cd dir9
[abdullah70066868@fedora dir9]$ mkdir dir10
[abdullah70066868@fedora dir9]$ ls
dir10
[abdullah70066868@fedora dir9]$ cd ..
[abdullah70066868@fedora Desktop]$ cd ..
[abdullah70066868@fedora ~]$ tree Desktop
Desktop
├── dir1
│ ├── dir11
│ ├── dir2
│ │ ├── file1.txt
│ │ ├── file2.txt
│ │ └── file3.txt
│ ├── dir3
│ │ ├── file4.txt
│ │ └── grapes.txt
│ └── dir4
│ └── dir5
├── dir6
│ ├── dir7
│ │ ├── apricot.txt
│ │ └── pair.txt
│ └── dir8
└── dir9
└── dir10

11 directories, 7 files
[abdullah70066868@fedora ~]$
[abdullah70066868@fedora ~]$
[abdullah70066868@fedora ~]$ cd Desktop
[abdullah70066868@fedora Desktop]$ cp Desktop/dir1/dir2/* Desktop/dir9/dir10/
cp: cannot stat 'Desktop/dir1/dir2/*': No such file or directory
[abdullah70066868@fedora Desktop]$ cd ..
[abdullah70066868@fedora ~]$ cp Desktop/dir1/dir2/* Desktop/dir9/dir10/
[abdullah70066868@fedora ~]$ cd Desktop
[abdullah70066868@fedora Desktop]$ cd dir9/dir10
[abdullah70066868@fedora dir10]$ ls
file1.txt file2.txt file3.txt
[abdullah70066868@fedora dir10]$
[abdullah70066868@fedora dir10]$
[abdullah70066868@fedora dir10]$ cd ..
[abdullah70066868@fedora dir9]$ cd ..
[abdullah70066868@fedora Desktop]$ cd
[abdullah70066868@fedora ~]$ cd Desktop
[abdullah70066868@fedora Desktop]$ cd dir1
[abdullah70066868@fedora dir1]$ cd dir4
[abdullah70066868@fedora dir4]$ cd dir5
[abdullah70066868@fedora dir5]$ mv ~/Desktop/dir1/dir2/* ~/Desktop/dir9/dir10/
[abdullah70066868@fedora dir5]$ cd ..
[abdullah70066868@fedora dir4]$ cd ..
[abdullah70066868@fedora dir1]$ cd dir2
[abdullah70066868@fedora dir2]$ ls
[abdullah70066868@fedora dir2]$ cd ..
[abdullah70066868@fedora dir1]$ cd ..
[abdullah70066868@fedora Desktop]$ cd
[abdullah70066868@fedora ~]$ cp ~/Desktop/dir1/dir3/* ~/Desktop/dir1/dir4/dir5/
[abdullah70066868@fedora ~]$ cd ..
[abdullah70066868@fedora home]$ cd abdullah70066868
[abdullah70066868@fedora ~]$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
[abdullah70066868@fedora ~]$ cd Desktop
[abdullah70066868@fedora Desktop]$ ls
dir1 dir6 dir9
[abdullah70066868@fedora Desktop]$ cd dir1/dir4/dir5
[abdullah70066868@fedora dir5]$ ls
file4.txt grapes.txt
[abdullah70066868@fedora dir5]$ cd ..
[abdullah70066868@fedora dir4]$ cd ..
[abdullah70066868@fedora dir1]$ cd ..
[abdullah70066868@fedora Desktop]$ cd dir6
[abdullah70066868@fedora dir6]$ cp ~/Desktop/dir1/dir3/* ~/Desktop/dir1/dir11/
[abdullah70066868@fedora dir6]$ cd ..
[abdullah70066868@fedora Desktop]$ cd dir1/dir11
[abdullah70066868@fedora dir11]$ ls
file4.txt grapes.txt
[abdullah70066868@fedora dir11]$

You might also like