由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - find a file in linux but got permission denied as admiin (转载)
相关主题
find command (转载)Windows Shell/command for Briefcase?
how to add an add-ins into visual studio.net 2003?java 里可以插入linux command吗? (转载)
请问,command的名字Questions about C++ Linux Command Line Parsing
Fortran:building library你们设计个linux的同一界面command line吧 (转载)
linux如何批量替换cassandra db design
linux, find command questionPlease help: regarding ftp scripting in Windows xp Command prompt
Linux system admin 和码工那个好strange behavior about chmod 777 -R (转载)
php如何创建一个不存在的新文件GPROF problem
相关话题的讨论汇总
话题: permission话题: find话题: admiin话题: denied话题: admin
进入Programming版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: find a file in linux but got permission denied as admiin
发信站: BBS 未名空间站 (Sat Nov 15 22:43:21 2014, 美东)
I need to find a file (tar.gz) in linux.
I logged in as admin and ran:
find / type f -iname "myfile.tar.gz"
But, I got permission denied in all folders.
Any help would be appreciated.
x****d
发帖数: 1766
2
admin doesnt mean you have right to folder
you need access to folders and commands.
it is very likely that you can grant access to yourself as admin.
linux box normally don't use admin as role, and root is normally disabled.
so make sure your are "admin" as admin in your mind...
good luck
l******9
发帖数: 579
3
How to check the permission that have been granted to my login username ?
thanks !

【在 x****d 的大作中提到】
: admin doesnt mean you have right to folder
: you need access to folders and commands.
: it is very likely that you can grant access to yourself as admin.
: linux box normally don't use admin as role, and root is normally disabled.
: so make sure your are "admin" as admin in your mind...
: good luck

1 (共1页)
进入Programming版参与讨论
相关主题
GPROF problemlinux如何批量替换
c++ typedef 一问linux, find command question
死了,哪里有mingw的入门介绍?Linux system admin 和码工那个好
Questions about MAKEFILEphp如何创建一个不存在的新文件
find command (转载)Windows Shell/command for Briefcase?
how to add an add-ins into visual studio.net 2003?java 里可以插入linux command吗? (转载)
请问,command的名字Questions about C++ Linux Command Line Parsing
Fortran:building library你们设计个linux的同一界面command line吧 (转载)
相关话题的讨论汇总
话题: permission话题: find话题: admiin话题: denied话题: admin