Skip to content

Instantly share code, notes, and snippets.

@firas-jolha
Last active November 7, 2023 08:57
Show Gist options
  • Save firas-jolha/939093a96d7500440fc90aa7e9f9fb64 to your computer and use it in GitHub Desktop.
Save firas-jolha/939093a96d7500440fc90aa7e9f9fb64 to your computer and use it in GitHub Desktop.
lab10.os.2023
mkdir folder1
echo > f1.txt
echo > f2.txt
ls folder1
cat f1.txt
echo "Hello" >> f2.txt
touch f1.txt
rm f1.txt
chmod u=w folder1
rm -r folder1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment