#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
What are file permissions ⁉️ File permissions play a crucial role in ensuring proper privacy and security. Don't worry, I'll guide you through it step...
Create new user Linux Daddy will guide you. sudo adduser username You are now a daddy sudo useradd username Check all the users sudo cat...
In Linux, the equivalent of shortcuts are symbolic links (or soft links or symlinks). Symlinks allow us to link to another file by its...
In one line /bin -> Program and commands that all users can run /boot -> All the files needed at boot time /dev -> special files that represent the...
The most basic level is hardware, which includes our CPU, memory, hard disks, networking ports, etc. The physical layer computes what our machine is...