我可以访问Wordpress博客,并希望读取服务器的/root目录,该目录属于用户"root“而不是"www-data”。我也知道他的密码,但我不能打开一个交互式的shell,甚至不能被问到关于那个信息..sudo is not available: sh: 1: sudo: not found
ssh and nc are also not
目前,我正在使用Powershell 4.0开发Windows Server 2012 R2,可以在以管理员身份使用提升的用户权限时执行Get-Process -IncludeUserName。但是,当我尝试使用相同的提升的用户权限在使用Powershell 3.0的Windows Server 2008 R2上运行相同的命令时,找不到参数-IncludeUserName。