Files and Directories
Commands
touch
ls -l notes.txt
-rw-rw-r-- 1 user user 0 ago 28 18:36 notes.txt
touch notes.txt
ls -l notes.txt
-rw-rw-r-- 1 user user 0 ago 28 18:38 notes.txt
# Timestamp is updated to the current timecp
cp notes.txt notes-copy.txtmv
rm
mkdir
rmdir
Last updated