rm: Remove files or directories
August 9th, 2024 9:02 AM Mr. Q Categories: Command
Command: rm Used to remove files or directories. Be careful with this command! It permanently deletes files without sending them to the trash. Sample Command and Output: Description: Sample Command and Output: Description: Additional Arguments: Sample Command and Output: Description: Read more »
mv: Move or rename files and directories
August 9th, 2024 8:59 AM Mr. Q Categories: Command
Command: mv Used to move or rename files and directories, including the ability to move directories and their contents recursively. Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Additional Argument: Sample Command and Output: Description: Read more »
scp: Secure Copy Protocol
August 9th, 2024 8:19 AM Mr. Q Categories: Command
scp stands for Secure Copy Protocol. It’s a command-line utility that uses SSH (Secure Shell) to securely transfer files and directories between hosts on a network. The data is encrypted during the transfer, ensuring that sensitive information remains protected. Secure copy Command: scp Used to securely copy files and directories […] Read more »