Linux Command - user commands
Commands to create, delete, and modify users.
Commands to create, delete, and modify users.
Explore -exec
action for find
command.
find
- Find files or directories under the given directory tree, recursively.
locate
- find files by name
whereis
- locate the binary, source, and manual page files for a command
which
- Locate a program in the user’s path.
tail
- output the last part of files.
head
- output the first part of files
less
- to browse a file one page at a time
nl
- number lines of files.
cat
- print and concatenate files.
touch
- change file timestamps, or create a file if the file does not exist.
rm
- remove files or directories.
cp
- copy files and folders.
mv
- Move or rename files and directories.