1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-01 12:20:48 +00:00

add resize2fs command to bash commands

This commit is contained in:
tortumlu 2021-10-10 19:57:23 +03:00
parent d66d0db292
commit 4a0d72fc35

View File

@ -164,6 +164,7 @@ info <command> # shows another documentation system for the specific c
help # shows documentation about built-in commands and functions help # shows documentation about built-in commands and functions
df # shows disk usage df # shows disk usage
du <filename> # shows the disk usage of the files and directories in filename (du -s give only a total) du <filename> # shows the disk usage of the files and directories in filename (du -s give only a total)
resize2fs # ext2/ext3/ext4 file system resizer
last <yourUsername> # lists your last logins last <yourUsername> # lists your last logins
ps -u yourusername # lists your processes ps -u yourusername # lists your processes
kill <PID> # kills the processes with the ID you gave kill <PID> # kills the processes with the ID you gave