🚀 Linux recap – Day 2 🐧 It was all about users and permissions — something that looks simple but is actually very important. I went through how Linux manages users and groups, and how access is controlled for files and directories. Covered: - Users & groups basics - File permissions (read, write, execute) - Commands like "chmod", "chown" - Understanding ownership (user, group) - Basic idea of how permissions impact security At first, permissions looked confusing, but after practicing a bit, it started making sense. #Linux #DevOps #CloudLearning #LearningInPublic #LinuxBasics
Linux Users and Permissions Explained
More Relevant Posts
-
Rename a directory in Linux using the mv command. Key points: • mv is used for both moving and renaming • renaming = moving to a new name in the same location • supports relative and absolute paths Examples: • mv old_directory new_directory • mv /path/old /path/new • use quotes for spaces Tips: • use -i to prevent overwrite • use -v for verbose output Full guide 👉 https://lnkd.in/dVtVTuP8 #Linux #DevOps #SysAdmin #VSYSHost #CLI #Infrastructure
To view or add a comment, sign in
-
-
🚀 NEW on We ❤️ Open Source 🚀 Reliable backups require more than a script. In this tutorial, Learn Linux TV shows how to build automated Linux backups with rsync, systemd timers, and Healthchecks.io monitoring. The result is a practical workflow that preserves previous versions, checks mount points, and alerts you when backups fail. https://lnkd.in/eC9A7whh #WeLoveOpenSource #Linux #OpenSource #SysAdmin #DevOps
To view or add a comment, sign in
-
-
While `rsync` and `cp` appear to be similar on the surface, under the hood `rsync` is a more powerful tool for handling large transfers. Specifically, `rsync` handles incremental syncing and supports compression natively for large and/or repeated operations. The table below shows a side-by-side comparing both commands! #linux #commandline #mlops
To view or add a comment, sign in
-
-
💻 Not sure if your Linux system is 32-bit or 64-bit? Learn simple commands to check and avoid software compatibility issues ⚡ 👉📖 Read more : https://lnkd.in/gx-6jCNG #Linux #ServerBasics #TechTips #DevOps #LinuxCommands
To view or add a comment, sign in
-
-
cron is a background program that runs on almost every Linux server. Its task is to start commands or scripts at fixed times, for example, every day at 3:00 am or every Sunday at 11:00 pm. This blog covers syntax, customization, and even alternatives like systemd-timer. #Linux #Automation #DevOps #RheinwerkComputing #RheinwerkComputingBlog Read more. https://hubs.la/Q04cTyv40
To view or add a comment, sign in
-
-
🔐 Transfer files securely in Linux using SCP! Learn how it works, password methods, and why SSH keys are the safest option for file transfers 🚀 👉📖 Read more : https://lnkd.in/gMvNUA4G #Linux #SCP #ServerSecurity #SSH #DevOps
To view or add a comment, sign in
-
-
🚀 Linux Tip: Find Command The find command is one of the most powerful tools in Linux to search files and directories. 🔹 Example: find /home -name "file.txt" 👉 Searches for file.txt inside /home directory 💡 You can also search by size, type, date, and permissions! #Linux #RHCSA #DevOps #SysAdmin #SkynetLinux
To view or add a comment, sign in
-
Disk full. No downtime allowed. Now what? The answer is LVM — and every Linux Admin needs to master it. With just 3 commands, you can create, extend, and snapshot volumes on a live system: pvcreate /dev/sdb vgcreate myvg /dev/sdb lvcreate -L 20G -n mylv myvg No restarts. No data loss. No stress. ✅ Check out the full cheat sheet in the PDF above 👆 💬 Do you use LVM in production? Drop your tip below! #Linux #LVM #SysAdmin #DevOps #LinuxTips #StorageManagement #RHEL #OpenSource
To view or add a comment, sign in
-
Today I finally sat down and properly understood Linux permissions. I'd been cargo-culting chmod commands for a while without really knowing what the numbers meant. Turns out it's simpler than it looks: r = 4, w = 2, x = 1 — add them up for Owner, Group, and Others. That's it. chmod 750 means the owner gets full access, the group can read and run, and everyone else gets nothing. Once that clicked, everything else made sense. I wrote it up as a short note for myself — maybe it helps someone else too: 👉 https://lnkd.in/gpZNCGyN #Linux #LearningInPublic #TIL #DevOps
To view or add a comment, sign in
-
-
Curious—anyone else doing a monthly Linux self-assessment? Tracking my progress from basic terminal use to actually building and deploying real systems. It hits different when you treat Linux like an environment, not just a tool. Not perfect—but leveling up. If you’re doing the same, what are you measuring each month? 👉 Start here: https://lnkd.in/e4min8Hy #Linux #DevOps #SysAdmin #OpenSource #Fedora #Automation #TechGrowth #BayouFinds
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development