Tag: sudo

285 How to append to a file as sudo? 2010-05-01T05:50:00.433

123 sudo with password in one command line? 2009-11-09T02:37:00.447

108 How to check if I have sudo access? 2013-02-18T19:36:35.767

89 Why won't "sudo cd" work? 2011-02-03T08:24:15.573

73 scp to remote server with sudo 2010-05-07T21:42:14.097

56 command not found when using sudo 2014-01-31T08:57:41.957

55 Where did the term "superuser" originate? 2018-01-20T23:53:33.573

51 What does the command "sudo !!" mean? 2011-02-19T18:54:40.110

50 Why does the system have /etc/sudoers.d? How should I edit it? 2015-01-25T06:30:58.617

48 How can I switch back normal mode from sudo mode in Linux and Mac OS X? 2012-03-23T02:53:38.060

47 How do I make sudo preserve my environment variables? 2011-01-12T13:04:21.070

46 SSH: execute sudo command 2010-03-09T11:59:37.153

45 Sudo vs root; any actual differences? 2014-06-20T21:15:38.357

42 Keeping the fancy sudo warning forever 2012-11-05T18:15:03.687

39 How to set path for sudo commands 2015-06-13T16:43:36.003

38 How can I pass an alias to sudo? 2017-06-19T21:33:04.413

37 sudo vs gksudo. difference? 2010-10-23T17:22:31.810

36 Command: sudo su - 2010-02-05T22:15:54.730

35 How can I add a regular user to the sudoers file? 2009-09-11T08:30:37.550

34 Run rsync with root permission on remote machine 2011-04-14T16:45:14.087

31 Make sudo ask for my password again? 2009-12-16T07:56:40.937

29 How to prevent sudo users from running specific commands? 2014-03-29T16:46:18.290

28 Can I install Homebrew without sudo privileges? 2013-07-14T00:22:54.737

27 Sudo - is there a command to check if I have sudo and/or how much time is left? 2010-10-04T19:22:32.143

26 How do I make sudo ask for the root password? 2010-07-09T04:38:21.653

24 User not in the sudoers file. This incident will be reported 2010-03-15T22:55:51.580

24 Sudo su vs su linux 2013-04-25T02:07:19.303

23 What's the difference between the commands "su -s" and "sudo -s"? 2009-07-15T07:11:46.370

23 sudo without password when logged in with SSH private keys 2012-10-24T20:54:20.340

21 Opening Explorer shell with admin privileges on XP (with IE7 installed) 2008-08-17T18:26:37.333

21 Why does wget give an error when executed with sudo, but works fine without? 2015-09-28T08:04:07.677

20 VIM: "sudo vim bad_idea"? 2009-08-16T18:11:56.143

20 How to kill a process started with a different user without being root or sudoer? 2010-05-03T12:12:48.740

20 fine-grained sudoers configuration (allowed commandline arguments) 2010-07-25T23:13:57.000

20 sudo sending annoying alerts: issue with defaults entries 2016-06-06T19:22:58.967

19 sudo keeps asking me for my password in fish shell 2011-06-15T14:17:09.747

18 sudo unable to write to /etc/profile 2009-10-13T14:02:52.700

18 What do the "ALL"s in the line " %admin ALL=(ALL) ALL " in Ubuntu's /etc/sudoers file stand for? 2011-11-15T01:02:25.737

18 How can I properly set sudo/visudo's editor? 2012-11-29T13:24:18.027

17 How I can make sudo session an hour and not few minutes in Ubuntu 10.04? 2010-06-07T09:19:58.347

17 How to allow user to preserve environment with sudo? 2013-08-24T21:35:42.067

16 Set password for root on virtualbox ubuntu 2010-12-13T00:42:16.850

16 Why is "sudo unmount" required for unmounting an sshfs-mount if it was mounted without sudo privilges? 2012-05-13T07:09:27.313

16 Can't write to file /sys/class/backlight/acpi_video0/brightness (ubuntu) 2012-09-19T23:44:05.407

16 Why can't I sudo some commands? (e.g., vim) 2013-02-08T17:07:04.900

15 UNIX - mount: only root can do that 2010-05-25T15:57:48.630

15 How to make Shared Keys .ssh/authorized_keys and sudo work together? 2010-07-15T16:32:10.497

14 killall shenanigans 2009-08-06T16:58:56.610

14 sudo command trying to search for hostname 2012-05-28T18:20:43.657

14 Can't install Parallels Tools on Debian 7.2.0 2013-11-09T15:14:20.877

13 Passing PATH through sudo 2010-01-21T07:54:27.077

13 Adding a line into the hosts file, getting permission denied when using sudo - Mac 2013-01-19T20:59:39.643

13 one sudo for multiple terminals 2013-04-27T15:08:12.963

13 How to enable sudo commands over SSH without asking password? 2013-05-17T20:27:44.230

13 Change the sudo su shell 2013-07-31T17:56:01.527

13 sorry, you must have a tty to run sudo 2013-08-19T08:54:50.883

13 Limit user to execute selective commands (Linux) 2014-06-11T08:35:20.637

12 Howto switch / chage user id witin a bash script to execute commands in the same script? 2012-08-30T09:07:04.413

12 How to change user in WinSCP? 2013-09-20T06:47:13.077

12 How to execute commands as root in git post-receive hook 2014-04-25T00:13:09.243

12 Running docker as sudo 2014-05-29T19:16:15.233

12 Difference when using backticks in double quotes and single quotes in Bash 2015-02-06T14:42:33.273

11 Logged in to vi, made changes, forgot to sudo first - now what 2009-10-10T19:50:42.200

11 How do I tell sudo to write files with a umask of 0022? 2009-12-07T16:19:05.193

11 Why does "sudo -u root echo `whoami`" not return root? 2012-01-31T22:21:40.797

11 Why there is no sudoers file: "/etc/sudoers: No such file or directory"? 2013-06-09T19:34:49.203

11 Allow users of a certain group to run a command without sudo 2013-08-26T10:32:53.170

11 Practical (closer to the classical Linux one) way to use (automate) SUDO for CygWin 2014-04-13T22:34:47.627

11 sudoedit: why use it over sudo vi? 2014-07-19T12:37:50.607

11 How to create symbolic links in /usr/bin on a Mac? 2017-01-18T12:25:10.840

10 sudo access for desktop actions in Gnome/KDE? 2010-04-27T20:43:12.757

10 How to run a program as root without "sudo"? 2011-05-31T09:35:25.363

10 On Mac, how do I give myself permanent sudo privleges? 2011-06-06T20:50:54.540

10 Why sudo is needed for rebooting in terminal but not from the GUI? 2012-09-20T17:05:54.900

10 Why does sudo not work with curl? 2013-02-13T05:11:26.883

10 Preventing malware from sniffing the sudo password 2014-08-06T13:23:38.940

10 ssh + sudo + su into login shell 2015-02-06T22:56:34.283

10 Ubuntu 15.04: suspend from console without sudo 2015-04-24T09:57:55.637

9 non-interactive ssh sudo... prompts for the password in plain text 2011-03-13T12:06:55.177

9 Why is sudo required to start up a webserver on a given ip:port? 2011-05-28T11:08:34.907

9 sudo chmod -R 777 / 2011-06-22T18:04:54.960

9 Different SSH/Login Password From SUDO Password 2012-05-10T17:44:37.743

9 I need sudo without password prompt, for scripts. Where did I go wrong? 2014-04-23T11:30:02.760

9 How can I redirect OS X dtruss output when running with sudo? 2014-07-08T14:35:03.250

9 Why should I really disable root ssh login? 2015-11-27T16:45:54.223

9 Run "cd" command as superuser in Linux 2019-10-20T15:16:43.557

8 Changed sudoers file and can't open it anymore; can't open any file using root 2009-07-25T14:10:08.013

8 I/O error on Linux: cannot remove directory as root 2010-02-21T16:44:05.997

8 localhost in sudoers 2010-07-29T10:27:55.300

8 Lost sudo/su on Amazon EC2 instance 2011-10-13T16:27:27.773

8 Add a user to sudoers file, for just one service 2013-04-05T12:27:58.563

8 sudo: Sorry, user root is not allowed to execute 2013-10-11T07:19:48.900

8 Terminal: prefix previous command? 2014-07-03T20:34:13.563

8 How to open a file in ranger as root? 2017-07-23T13:19:04.527

8 Allowing automatic command execution as root on Linux using SSH 2019-09-11T06:47:11.417

7 How can I start a program as root using the window manager? 2009-08-23T17:21:30.617

7 Xforwarding doesn't allow for switching users 2010-04-15T00:45:20.017

7 Creating an alias containing bash history expansion 2011-02-01T00:41:32.167

7 How to execute a command with admin privileges and access to files of the logged in user? 2011-09-13T14:21:46.603