check_latest_version && sudo apt update && sudo apt upgrade -y
Use appropriate commands for directories:
ls directory/
cd directory/
find directory/ -type f
Add filename to the path:
cat directory/filename
echo "text" > directory/filename
Verify what the path points to:
ls -la path
file path
realpath path
EISDIR occurs when a file operation is attempted on a directory.
ls -ld path
stat path
readlink path
pwd