Browsing tag

sudo

What Is The Difference Between Sudo And Su In Linux?

Short Bytes: Many of you might be using sudo and su in terminal every day to accomplish different tasks. While sudo runs a single command with root privileges, su launches another shell instance with the privileges of the intended user. Both, sudo and su, are use to grant root privileges to the users in different manners. A Linux user […]

Is There An Equivalent Of “Sudo” Command For Windows?

Short Bytes: Sudo command is one of the most used tools by Linux system administrators. Windows users can use runas, a command with similar functionality on Windows Vista and above. Runas command allows you to run specific programs and tools with permissions different than the user’s current permissions. In Unix-like operating systems, the root account isn’t configured by […]

Sudo In Linux — A Lot More Than An Elevated Permissions Tool

Short Bytes: At times, it is necessary to perform tasks with root privileges, there are a few solutions for this, some more secure than the others. This article will outline those solutions with an emphasis on sudo and its broad ability that is virtually unknown to many system administrators. When in need of running a […]