Category: File & Directory

ls -r command in Linux

ls -r option lists all files and directories in the current directory in reverse order....

ls -l command in Linux

ls -l option lists all files and directories in the current directory in long listing format....

ls -a command in Linux

ls -a option lists all files and directories in the current directory, including hidden files starting with "."...

How to delete files in linux/unix

To delete (or remove) files with the command line is the most commonly used function in linux/unix, use the rm command or the unlink...