Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2025-02-19 22:53:36 | ![]() 558 Views |
In this series we will go over 3 languages – Bash, Python and Powershell.
The discussion also covers essential Linux file management fundamentals, including:
Basic commands (ls, cd, mkdir, grep)
File permission management with chmod
Ownership control using chown
Directory organization techniques
List of Commands:
ls: List directory contents.
cd: Change directory.
pwd: Print working directory.
mkdir: Make directories.
rm: Remove files or directories.
cp: Copy files and directories.
mv: Move or rename files and directories.
grep: Search for patterns in files.
cat: Concatenate and display file content.
echo: Display messages or variables
chmod: Change file permissions.
chown: Change file ownership.
ps: Display information about active processes.
kill: Terminate processes.
find: search for files or directories
cut: extract specific fields or columns from delimited text files, log files, and command output
tr: performs character-level translation or substitution operations on input data streams
sed: A versatile stream editor enables testers to perform text manipulation, search-and-replace operations, and pattern-based transformations on input streams and files
awk: provides testers with a robust toolkit for data extraction, manipulation, and reporting tasks.
Please take the opportunity to connect and share this video with your friends and family if you find it useful.