#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
cronJob · Automating/ scheduling the task commands cron : It is a daemon that executes schedule commands. cron also read /etc/crontab crontab : crontab...
User/Group Administration commands useradd : create a new user account _# only root user can execute this command passwd : changes a user's password_...
Basic Linux commands & file Permissions · First check whether you are root user or just a user. If you are user, than follow the...