Cheat-Sheet
10+ sudo command examples in Linux [Cheat Sheet]
sudo command is widely used in Linux to gain rivilege and perform tasks as a different user which by default may not be allowed. For example a normal user will …
9 su command examples in Linux [Cheat Sheet]
su command is used to switch users between one user to another and execute commands. You can either keep the user environment or use a different shell with su …
10+ parted command examples in Linux [Cheat Sheet]
parted command in a Linux is CLI based utility to work with partitions. You can create, modify or remove partitions via interactive or non interactive commands. …
Master ip route command to Conquer Network Challenges
Cheat Sheet and examples to use ip route command in Linux to add, delete, modify any routes for runtime changes. The changes performed by ip route command are …
5+ nice & renice command examples in Linux [Cheat Sheet]
nice and renice command syntax and examples explained in Linux. Use nice command to start a process with defined priority. Use renice command to change the …
