Common basic commands for Linux systems
cd-> switch Directories ;
Pwd-> Displays the absolute directory where the current is located ;
Chmod-> is used to change the access rights of Linux system files or directories;
Ls-> can not only view the files contained in the Linux folder , but also can view the file permissions (including directories, folders, file permissions) to view directory information, etc.;
Mkdir-> Create a folder ;
rm-> Delete one or more files or directories in a directory;
rmdir-> Delete one or more subdirectory entries from a directory, you must also have write access to their parent directory when deleting a directory; Note: You cannot delete a non-empty directory;
mv-> Move files or modify file names;
cp-> Copy The source file to the target file;
Find-> used to find files in the file tree;
Tar-> used to compress and decompress files;
Date-> displays or sets the date and time of the system;
Top-> displays information about the processes currently being executed by the system, including process IDs, memory usage, CPU usage, and so on;
Common basic commands for Linux systems