What command is used to display the current working directory?
pwd
Which command is used to list the contents of a directory?
ls
What command is used to copy a file?
cp
Which command is used to move a file?
mv
What command is used to remove a file?
rm
Which command is used to create a directory?
mkdir
What command is used to change the permissions of a file or directory?
chmod
Which command is used to change the owner of a file or directory?
chown
What command is used to view the contents of a file?
cat
Which command is used to display a calendar?
cal
What command is used to create a new file?
touch
Which command is used to search for a specific string in a file?
grep
What command is used to display the first lines of a file?
head
Which command is used to display the last lines of a file?
tail