0% found this document useful (0 votes)
17 views16 pages

pr1 535

The document details practical exercises performed by Yashvi Dalsaniya in an Operating Systems course, focusing on basic Unix commands such as 'who', 'whoami', 'touch', 'ls', and file manipulation commands like 'cat', 'cp', 'mv', and 'chmod'. It includes examples of creating, copying, moving, and changing permissions of files and directories. The document serves as a comprehensive guide to using Unix commands effectively for file management.

Uploaded by

mohilp02512
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views16 pages

pr1 535

The document details practical exercises performed by Yashvi Dalsaniya in an Operating Systems course, focusing on basic Unix commands such as 'who', 'whoami', 'touch', 'ls', and file manipulation commands like 'cat', 'cp', 'mv', and 'chmod'. It includes examples of creating, copying, moving, and changing permissions of files and directories. The document serves as a comprehensive guide to using Unix commands effectively for file management.

Uploaded by

mohilp02512
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Name: Yashvi Dalsaniya

Enrolment No: 24BCE535


Course Name: Operating System
Batch: 4BCEF / F4

PRACTICAL 1:

Basic Unix Commands:

Who Command:

(base) nirma@nirma-28:~$ who


nirma :0 2024-12-26 11:03 (:0)

Who Am I Command:

(base) nirma@nirma-28:~$ whoami


nirma

Touch Command:

(base) nirma@nirma-28:~$ touch file1.txt


(base) nirma@nirma-28:~$ ls
056 lpw.sh
1 'MicrosoftEdgeSetup(1).exe'
1.cpp MicrosoftEdgeSetup.exe
22bce094 myfile.txt
23bce048 os_ft4
anaconda3 OSLAB
Anaconda3-2024.10-1-Linux-x86_64.sh pract10
bash.sh pract10.c
CSE 'pract7(a).c'
d2.csv 'pract7(b).c'
Desktop 'Screenshot from 2024-12-20 14-27-58.png'
Downloads snap
EXAM Untitled1.ipynb
file1.txt 'Untitled Document 1'
javascript Untitled.ipynb
LPW

List Command:

(base) nirma@nirma-28:~$ ls
056 lpw.sh
1 'MicrosoftEdgeSetup(1).exe'
1.cpp MicrosoftEdgeSetup.exe
22bce094 myfile.txt
23bce048 os_ft4
anaconda3 OSLAB
Anaconda3-2024.10-1-Linux-x86_64.sh pract10
bash.sh pract10.c
CSE 'pract7(a).c'
d2.csv 'pract7(b).c'
Desktop 'Screenshot from 2024-12-20 14-27-58.png'
Downloads snap
EXAM Untitled1.ipynb
file1.txt 'Untitled Document 1'
javascript Untitled.ipynb
LPW

List with Wildcards:

(base) nirma@nirma-28:~/yashvi$ ls f*
file2.txt file3.txt file4.txt file5.txt file.txt
(base) nirma@nirma-28:~/yashvi$ ls ?ile*
file2.txt file3.txt file4.txt file5.txt file.txt
(base) nirma@nirma-28:~/yashvi$ ls
Command_list file2.txt file3.txt file4.txt file5.txt file.txt
(base) nirma@nirma-28:~/yashvi$ ls ?ile*
file2.txt file3.txt file4.txt file5.txt file.txt
(base) nirma@nirma-28:~/yashvi$ ls ?ile?. txt
file2.txt file3.txt file4.txt file5.txt
(base) nirma@nirma-28:~/yashvi$ cd ..
(base) nirma@nirma-28:~$ ls / yashvi/f*
yashvi/file2.txt yashvi/file3.txt yashvi/file4.txt yashvi/file5.txt yashvi/file.txt
(base) nirma@nirma-28:~$ ls [aeiou]*
bin condabin etc LICENSE.txt mysql plugins share var
cmake conda-meta include licensing mysql-test qml shell x86_64-conda_cos7-
linux-gnu
compiler_compat doc lib man phrasebooks resources ssl x86_64-conda-linux-
gnu

List All Command:

(base) nirma@nirma-28:~$ ls -l
total 1080168
drwxrwxr-x 2 nirma nirma 4096 Nov 25 12:29 056
-rwxrwxr-x 1 nirma nirma 38896 Nov 13 11:56 1
-rw-rw-r-- 1 nirma nirma 640 Nov 13 11:56 1.cpp
drwxrwxr-x 2 nirma nirma 4096 Nov 21 09:57 22bce094
drwxrwxr-x 2 nirma nirma 4096 Nov 20 14:03 23bce048
drwxrwxr-x 31 nirma nirma 4096 Nov 16 14:59 anaconda3
-rwxrwxr-x 1 nirma nirma 1102495056 Nov 16 14:56 Anaconda3-2024.10-
1-Linux-x86_64.sh
-rw-rw-r-- 1 nirma nirma 1254 Nov 19 09:27 bash.sh
drwxrwxr-x 3 nirma nirma 4096 Dec 24 14:48 CSE
-rw-rw-r-- 1 nirma nirma 9498 Nov 25 08:49 d2.csv
drwxr-xr-x 3 nirma nirma 4096 Nov 18 12:23 Desktop
drwx------ 2 nirma nirma 4096 Dec 20 15:25 Downloads
drwxrwxr-x 3 nirma nirma 4096 Nov 13 11:35 EXAM
-rw-rw-r-- 1 nirma nirma 0 Dec 26 11:24 file1.txt
-rw-rw-r-- 1 nirma nirma 34757 Nov 20 13:39 javascript
drwxrwxr-x 2 nirma nirma 4096 Nov 25 13:56 LPW
-rwxrwxr-x 1 nirma nirma 636 Nov 19 09:49 lpw.sh
-rw-rw-r-- 1 nirma nirma 1639384 Nov 6 08:52
'MicrosoftEdgeSetup(1).exe'
-rw-rw-r-- 1 nirma nirma 1639384 Nov 6 08:52 MicrosoftEdgeSetup.exe
-rw-rw-r-- 1 nirma nirma 19 Nov 19 09:38 myfile.txt
drwxrwxr-x 2 nirma nirma 4096 Dec 26 11:11 os_ft4
drwxrwxr-x 2 nirma nirma 4096 Dec 24 09:40 OSLAB
-rwxrwxr-x 1 nirma nirma 16928 Oct 23 14:55 pract10
-rw-rw-r-- 1 nirma nirma 1617 Oct 23 14:59 pract10.c
-rw-rw-r-- 1 nirma nirma 1649 Oct 23 15:12 'pract7(a).c'
-rw-rw-r-- 1 nirma nirma 830 Nov 13 11:35 'pract7(b).c'
-rw-rw-r-- 1 nirma nirma 27631 Dec 20 14:27 'Screenshot from 2024-12-
20 14-27-58.png'
drwx------ 4 nirma nirma 4096 Nov 12 10:24 snap
-rw-rw-r-- 1 nirma nirma 24249 Nov 25 10:35 Untitled1.ipynb
-rw-rw-r-- 1 nirma nirma 185 Nov 19 09:27 'Untitled Document 1'
-rw-rw-r-- 1 nirma nirma 57973 Nov 25 09:56 Untitled.ipynb

Concatenate command:
Display contents of File

(base) nirma@nirma-28:~$ cat file2.txt


hi

Create new Files

(base) nirma@nirma-28:~$ cat > file2.txt


hi
(base) nirma@nirma-28:~$ cat file2.txt
hi
(base) nirma@nirma-28:~$ cat > file3.txt
welcome to nirma
(base) nirma@nirma-28:~$ cat file3.txt
welcome to nirma

Copy contents of File

(base) nirma@nirma-28:~$ cat file2.txt file3.txt >file1.txt


(base) nirma@nirma-28:~$ cat file1.txt
hi
welcome to nirma

Copy Command:
(base) nirma@nirma-28:~$ touch file4.txt
(base) nirma@nirma-28:~$ cp file1.txt file4.txt
(base) nirma@nirma-28:~$ cat file4.txt
hi
welcome to nirma
hi
welcome to nirma

Make Directory Command:

(base) nirma@nirma-28:~$ mkdir yashvi


(base) nirma@nirma-28:~$ ls
056
1
1.cpp
22bce094
23bce048
anaconda3
Anaconda3-2024.10-1-Linux-x86_64.sh
bash.sh
CSE
d2.csv
Desktop
Downloads
EXAM
file1.txt
file2.txt
file3.txt
file4.txt
file5.txt
javascript
LPW
lpw.sh
'MicrosoftEdgeSetup(1).exe'
MicrosoftEdgeSetup.exe
myfile.txt
os_ft4
OSLAB
pract10
pract10.c
'pract7(a).c'
'pract7(b).c'
'Screenshot from 2024-12-20 14-27-58.png'
snap
Untitled1.ipynb
'Untitled Document 1'
Untitled.ipynb
yashvi

Remove Directory Command:

(base) nirma@nirma-28:~/yashvi$ rm -i file5.txt


rm: remove regular file 'file5.txt'? yes
base) nirma@nirma-28:~$ rmdir yashvi
(base) nirma@nirma-28:~$ ls
056
1
1.cpp
22bce094
23bce048
anaconda3
Anaconda3-2024.10-1-Linux-x86_64.sh
bash.sh
CSE
d2.csv
Desktop
Downloads
EXAM
file1.txt
file2.txt
file3.txt
file4.txt
file5.txt
javascript
LPW
lpw.sh
'MicrosoftEdgeSetup(1).exe'
MicrosoftEdgeSetup.exe
myfile.txt
os_ft4
OSLAB
pract10
pract10.c
'pract7(a).c'
'pract7(b).c'
'Screenshot from 2024-12-20 14-27-58.png'
snap
Untitled1.ipynb
'Untitled Document 1'
Untitled.ipynb

Move files to directory:

(base) nirma@nirma-28:~$ mv file1.txt file2.txt file3.txt file4.txt file5.txt os_ft4


(base) nirma@nirma-28:~$ cd os_ft4
(base) nirma@nirma-28:~/os_ft4$ ls
Command_list file1.txt file2.txt file3.txt file4.txt file5.txt
(base) nirma@nirma-28:~/os_ft4$ cd ..
(base) nirma@nirma-28:~$ mv os_ft4 yashvi
(base) nirma@nirma-28:~$ ls
056 lpw.sh
1 'MicrosoftEdgeSetup(1).exe'
1.cpp MicrosoftEdgeSetup.exe
22bce094 myfile.txt
23bce048 OSLAB
anaconda3 pract10
Anaconda3-2024.10-1-Linux-x86_64.sh pract10.c
bash.sh 'pract7(a).c'
CSE 'pract7(b).c'
d2.csv 'Screenshot from 2024-12-20 14-27-58.png'
Desktop snap
Downloads Untitled1.ipynb
EXAM 'Untitled Document 1'
file6.txt Untitled.ipynb
javascript yashvi
LPW
(base) nirma@nirma-28:~$ cd
(base) nirma@nirma-28:~$ cd yashvi
(base) nirma@nirma-28:~/yashvi$ ls
Command_list file1.txt file2.txt file3.txt file4.txt file5.txt
----------------------------------------------------------------------------------------------
(base) nirma@nirma-28:~$ cp file1.txt file2.txt file3.txt file4.txt file5.txt
yashvi
(base) nirma@nirma-28:~$ cd yashvi
(base) nirma@nirma-28:~/yashvi$ ls
file1.txt file2.txt file3.txt file4.txt file5.txt
Change directory Command:

(base) nirma@nirma-28:~$ cd yashvi


(base) nirma@nirma-28:~/yashvi$ ls

Hidden File:

(base) nirma@nirma-28:~/yashvi$ cat > .hidden_file


i am hidden treasure
(base) nirma@nirma-28:~/yashvi$ ls
Command_list file2.txt file3.txt file4.txt file5.txt file.txt
(base) nirma@nirma-28:~/yashvi$ ls -a
. .. Command_list file2.txt file3.txt file4.txt file5.txt file.txt .hidden_file

Umask :

(base) nirma@nirma-28:~/yashvi$ umask 002


(base) nirma@nirma-28:~/yashvi$ cd ..
(base) nirma@nirma-28:~$ umask
0002

Change mode command:

(base) nirma@nirma-28:~/yashvi$ chmod 700 file1


chmod: cannot access 'file1': No such file or directory
(base) nirma@nirma-28:~/yashvi$ chmod 700 file1.txt
(base) nirma@nirma-28:~/yashvi$ ls -l
total 52
-rw-rw-r-- 1 nirma nirma 46 Dec 26 11:11 Command_list
-rw-rw-r-- 1 nirma nirma 42 Dec 26 11:35 file10.txt
-rwx------ 1 nirma nirma 0 Dec 26 12:20 file1.txt
-rw-rw-r-- 1 nirma nirma 3 Dec 26 11:31 file2.txt
-rw-rw-r-- 1 nirma nirma 12 Dec 26 11:37 file3.txt
-rw-rw-r-- 1 nirma nirma 42 Dec 26 11:38 file4.txt
-rw-rw-r-- 1 nirma nirma 0 Dec 26 11:49 file5.txt
-rw-rw-r-- 1 nirma nirma 30756 Dec 26 12:19 Lab1
(base) nirma@nirma-28:~/yashvi$ chmod 555 file1.txt
(base) nirma@nirma-28:~/yashvi$ ls -l
total 52
-rw-rw-r-- 1 nirma nirma 46 Dec 26 11:11 Command_list
-rw-rw-r-- 1 nirma nirma 42 Dec 26 11:35 file10.txt
-r-xr-xr-x 1 nirma nirma 0 Dec 26 12:20 file1.txt
-rw-rw-r-- 1 nirma nirma 3 Dec 26 11:31 file2.txt
-rw-rw-r-- 1 nirma nirma 12 Dec 26 11:37 file3.txt
-rw-rw-r-- 1 nirma nirma 42 Dec 26 11:38 file4.txt
-rw-rw-r-- 1 nirma nirma 0 Dec 26 11:49 file5.txt
-rw-rw-r-- 1 nirma nirma 30756 Dec 26 12:19 Lab1
(base) nirma@nirma-28:~/yashvi$
(base) nirma@nirma-28:~/yashvi$ chmod 610 file1.txt
(base) nirma@nirma-28:~/yashvi$ ls -l
total 52
-rw-rw-r-- 1 nirma nirma 46 Dec 26 11:11 Command_list
-rw-rw-r-- 1 nirma nirma 42 Dec 26 11:35 file10.txt
-rw---x--- 1 nirma nirma 0 Dec 26 12:20 file1.txt
-rw-rw-r-- 1 nirma nirma 3 Dec 26 11:31 file2.txt
-rw-rw-r-- 1 nirma nirma 12 Dec 26 11:37 file3.txt
-rw-rw-r-- 1 nirma nirma 42 Dec 26 11:38 file4.txt
-rw-rw-r-- 1 nirma nirma 0 Dec 26 11:49 file5.txt
-rw-rw-r-- 1 nirma nirma 32601 Dec 26 12:22 Lab1

Pwd command:

(base) nirma@nirma-28:~/yashvi$ pwd


/home/nirma/yashvi

Basic Calculator:

(base) nirma@nirma-28:~/yashvi$ bc
bc 1.07.1
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation,
Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
10 / 3
3
10 +1
11
s(3.14)
ERROR: Function not found
(base) nirma@nirma-28:~/yashvi$ bc -l
bc 1.07.1
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation,
Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
10 / 3
3.33333333333333333333
10 + 1
11
c(90)
-.44807361612917015236
s(90
(standard_in) 5: syntax error
s(90)
.89399666360055789051
scale = 2
c(90)
-.44
s(90)
.88
sqrt(4)
2.00000000000000000000
for(i=0;i<6;i++)i
0
1
2
3
4
5
quit

Calendar Command:

(base) nirma@nirma-28:/$ cal


January 2025
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

Date Command:

(base) nirma@nirma-28:/$ date


Thursday 02 January 2025 12:16:15 PM IST
Expression:

(base) nirma@nirma-28:/$ expr 10+1


10+1
(base) nirma@nirma-28:/$ expr 10 + 1
11
(base) nirma@nirma-28:/$ expr 10 * 5
expr: syntax error: unexpected argument ‘bin’
(base) nirma@nirma-28:/$ expr 10 \* 5
50

Factor Command:

(base) nirma@nirma-28:/$ factor 100


100: 2 2 5 5
(base) nirma@nirma-28:/$ factor 5
5: 5
(base) nirma@nirma-28:/$ factor 6
6: 2 3

Uname and Ulimit Command:


(base) nirma@nirma-28:/$ ulimit
unlimited
(base) nirma@nirma-28:/$ wc
0 0 0
(base) nirma@nirma-28:/$ uname
Linux

Word Count:

(base) nirma@nirma-28:/$ wc data.txt


8 48 192 data.txt

Head and Tail Command:


(base) nirma@nirma-28:/$ head data.txt
rollno name mrk_os mrk_ob mrk_db mrk_dc
1. Rohit 80 85 88 90
2. Darsh 70 90 87 84
3. Parth 89 91 70 65
4. Nigam 77 87 92 84
5. Dhanesh 90 76 85 78
6. Yashvi 87 93 75 84
7. Vaidehi 89 76 80 90

(base) nirma@nirma-28:/yashvi$ head -n 2 data.txt


1 abc 70 88 92 78
2 def 50 69 80 79

(base) nirma@nirma-28:/$ tail -n 2 data.txt


6. Yashvi 87 93 75 84
7. Vaidehi 89 76 80 90

Sort Command:

(base) nirma@nirma-28:/$ sort -r +1 -2 data.txt


6. Yashvi 87 93 75 84
7. Vaidehi 89 76 80 90
1. Rohit 80 85 88 90
3. Parth 89 91 70 65
4. Nigam 77 87 92 84
rollno name mrk_os mrk_ob mrk_db mrk_dc
5. Dhanesh 90 76 85 78
2. Darsh 70 90 87 84
(base) nirma@nirma-28:/$ sort -r +1 -3 data.txt
6. Yashvi 87 93 75 84
7. Vaidehi 89 76 80 90
1. Rohit 80 85 88 90
3. Parth 89 91 70 65
4. Nigam 77 87 92 84
rollno name mrk_os mrk_ob mrk_db mrk_dc
5. Dhanesh 90 76 85 78
2. Darsh 70 90 87 84
(base) nirma@nirma-28:/$ sort -r +2 -3 data.txt
rollno name mrk_os mrk_ob mrk_db mrk_dc
5. Dhanesh 90 76 85 78
7. Vaidehi 89 76 80 90
3. Parth 89 91 70 65
6. Yashvi 87 93 75 84
1. Rohit 80 85 88 90
4. Nigam 77 87 92 84
2. Darsh 70 90 87 84
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'sort -m result data.txt data1.txt'
1 abc 70 88 92 78
1 abc 70 88 92 78
1 abc 70 88 92 78
2 def 50 69 80 79
2 def 50 69 80 79
2 def 50 69 80 79
3 adg 66 79 83 90
3 adg 66 79 83 90
3 adg 66 79 83 90
4 hij 79 69 90 27
4 hij 79 69 90 27
4 hij 79 69 90 27
5 pqr 99 59 69 10
5 pqr 99 59 69 10
5 pqr 99 59 69 10
6 xyz 88 37 80 76
6 xyz 88 37 80 76
6 xyz 88 37 80 76

Tty Command:

(base) nirma@nirma-28:/$ tty


/dev/pts/0

Cut Command:

Grep Command:
du

du -sh folder/

ulimit

ulimit -n

(base) nirma@nirma-28:/yashvi$ sudo bash -c 'cut -f 2,4 -d" " data.txt'


abc 88
def 69
adg 79
hij 69
pqr 59
xyz 37
quit
name mdc
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'cut -f 2-4 -d" " data.txt'
abc 70 88
def 50 69
adg 66 79
hij 79 69
pqr 99 59
xyz 88 37
quit
name mos mdc
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep abc data.txt'
1 abc 70 88 92 78
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep Abc data.txt'
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep Abc -i data.txt'
1 abc 70 88 92 78
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep Abc -i -n data.txt'
1:1 abc 70 88 92 78
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep abc data.txt data1.txt'
data.txt:1 abc 70 88 92 78
data1.txt:1 abc 70 88 92 78
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep a* data.txt data1.txt'
data.txt:1 abc 70 88 92 78
data.txt:2 def 50 69 80 79
data.txt:3 adg 66 79 83 90
data.txt:4 hij 79 69 90 27
data.txt:5 pqr 99 59 69 10
data.txt:6 xyz 88 37 80 76
data.txt:quit
data.txt:roll name mos mdc mfm mca
data1.txt:roll name mos mdc mfm mca
data1.txt:1 abc 70 88 92 78
data1.txt:2 def 50 69 80 79
data1.txt:3 adg 66 79 83 90
data1.txt:4 hij 79 69 90 27
data1.txt:5 pqr 99 59 69 10
data1.txt:6 xyz 88 37 80 76
data1.txt:quit
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep a?c data.txt data1.txt'
(base) nirma@nirma-28:/yashvi$ sudo bash -c 'grep a?c data.txt data1.txt'
(base) nirma@nirma-28:/yashvi$ date
Thursday 02 January 2025 12:38:38 PM IST
(base) nirma@nirma-28:/yashvi$ uname
Linux
(base) nirma@nirma-28:/yashvi$ tty
/dev/pts/0
(base) nirma@nirma-28:/yashvi$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 3712196 0 3712196 0% /dev
tmpfs 751868 1820 750048 1% /run
/dev/nvme0n1p2 490617784 52990452 412631852 12% /
tmpfs 3759340 0 3759340 0% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 3759340 0 3759340 0% /sys/fs/cgroup
/dev/loop0 128 128 0 100% /snap/bare/5
/dev/loop3 75648 75648 0 100% /snap/core22/1722
/dev/loop2 56704 56704 0 100% /snap/core18/2846
/dev/loop1 324096 324096 0 100% /snap/code/176
/dev/loop4 223744 223744 0 100% /snap/gnome-3-34-1804/93
/dev/loop5 75648 75648 0 100% /snap/core22/1663
/dev/loop6 993792 993792 0 100% /snap/intellij-idea-community/560
/dev/loop7 325376 325376 0 100% /snap/code/177
/dev/loop8 358144 358144 0 100% /snap/gnome-3-38-2004/143
/dev/loop17 32128 32128 0 100% /snap/node/8863
/dev/loop10 223744 223744 0 100% /snap/gnome-3-34-1804/90
/dev/loop11 358144 358144 0 100% /snap/gnome-3-38-2004/140
/dev/loop13 106752 106752 0 100% /snap/core/17200
/dev/loop9 508928 508928 0 100% /snap/gnome-42-2204/141
/dev/loop16 106496 106496 0 100% /snap/core/16928
/dev/loop15 941824 941824 0 100% /snap/intellij-idea-community/548
/dev/loop18 66688 66688 0 100% /snap/gtk-common-themes/1515
/dev/loop21 65536 65536 0 100% /snap/core20/2379
/dev/loop20 65280 65280 0 100% /snap/core20/2434
/dev/loop12 517248 517248 0 100% /snap/gnome-42-2204/176
/dev/loop19 32128 32128 0 100% /snap/node/8691
/dev/loop14 93952 93952 0 100% /snap/gtk-common-themes/1535
/dev/loop26 39808 39808 0 100% /snap/snapd/21759
/dev/loop22 57088 57088 0 100% /snap/core18/2829
/dev/loop23 12544 12544 0 100% /snap/snap-store/1216
/dev/loop24 262784 262784 0 100% /snap/openjdk/1994
/dev/loop27 262784 262784 0 100% /snap/openjdk/2020
/dev/loop25 45440 45440 0 100% /snap/snapd/23258
/dev/loop28 13312 13312 0 100% /snap/snap-store/1113
/dev/nvme0n1p1 523248 39068 484180 8% /boot/efi
tmpfs 751868 44 751824 1% /run/user/1000

You might also like