#linux
Read more stories on Hashnode
Articles with this tag
Day-07 task we use different package managers for different Linux machines, like we use apt for Ubuntu, yum for Cent-OS and RHEL for Red Hat To...
File Structure: /bin: User binaries (Common linux command needs to use in single-user mode) /sbin: System binaries (Commands under this is...
Day-2 challenge pwd : (Present Working Directory) is the command to check the present working directory. ls -al : is used to list all the hidden...