Category: Sudo & apt
-
apt in linux
Introduction Linux As always very easy and confortable to use. With the efforts of developers we’ve GUI applications for our daily use. But for the linuxers moving toward an advanced stage they are more likely to use CLI than GUI. The following article is for such linuxers who are now seeking the way of doing…
-
Sudo command in linux
Introduction On traditional Unix and Unix-like systems, the first and only user that exists on a fresh install is named root. Using the root account, you log in and create secondary “normal” users. After that initial interaction, you’re expected to log in as a normal user. Running your system as a normal user is a…