Command touch Changes the timestamp of file. Syntax touch [options] files Options -c prescribes not to touch the file if it does not exist. -d time, using the
Command tar tar – Creates archive files or extract files from archives. Syntax tar [options] file_or_directory Options -c: creates a new archive. -d: compares the files from the
Command rmdir Deletes the specified directory (if it is empty). Syntax rmdir [options] directory Options -p: remove all parent directories which become empty. -i: stands for interactively -r:
Command rm Removes one or more files. Syntax rm [options] files Options -f deletes files without asking. -i asks for confirmation before deleting files. -r recursively deletes files
Command pwd Prints the current working directory. Syntax pwd Description The command pwd prints the current working directory. It is a built-in command of Bash.
Command mv Renames files and directories or move them from one directory to another. Syntax mv [options] source destination Options -b creates backup copies of files that are
Command mkdir Creates a directory. Syntax mkdir [options] directory_names Options -m access appoints new directory specified access rights. -p creates parent directories if they do not exist. Description
Command ln Sets hard or symbolic links (aliases) for files and directories. Syntax ln [options] existing_file new_name Options -b backs up files before deleting them. -d creates a
Command ls Prints the contents of the directory. Syntax ls [options] [directory-names] Options -a displays all files, including those with names starting with a dot (.). -b displays