Linux Tutorial
Terminal Basics
- Linux – Change prompt that appears in terminal
File System
Directory
- Linux – Create directory
- Linux – Copy directory – cp -r
- Linux – Rename directory – mv
- Linux – Remove empty directory – rmdir
- Linux – Remove directory recursively – rm -r
- Linux – Print current working directory – pwd
Files
- Linux – Create file
- Linux – Create empty file – touch
- Linux – Copy file – cp
- Linux – Rename file – mv
- Linux – Remove file – rm
- Linux – Change file permission – chmod
Others
Archived / Zip File Tutorials
tar commands
- List the files and directories inside current directory
- List the files and directories inside specific directory
- List the files and directories inside root directory
zip commands
- List the files and directories inside current directory
- List the files and directories inside specific directory
- List the files and directories inside root directory
unzip commands
- List the files and directories inside current directory
- List the files and directories inside specific directory
- List the files and directories inside root directory
List Command Tutorials
- List the files and directories inside current directory
- List the files and directories inside specific directory
- List the files and directories inside root directory
User Management Tutorials
- Linux – Create User
- Linux – Change User Name
- Linux – Change Password
- Linux – Change User Permissions
- Linux – Delete User
- Linux – Print current date time
- Linux – Display calendar in shell
- Linux – Get current user name
- Linux – Get user ID
- Linux – Change directory
Conclusion
Concluding this series of Linux Tutorials, we learned about different aspects of Linux and different operations that we can perform, with well detailed tutorials.