Linux geben die Erlaubnis zum Ordner
sudo chmod -R a+rwx /path/to/folder
Ugly Unicorn
sudo chmod -R a+rwx /path/to/folder
Beta : linux-commands.vercel.app
To view a file, use the command -
cat filename
To remove a directory (file), use the command -
rmdir directoryname
For renaming file:
mv filename newfilename
# cursor to the front
ctrl + a
# cursor at the end
ctrl + e
# clear the current cmd
ctrl + u
# Exit or Stop cmd
ctrl + c