sudo 怎麼 cd? - Linux

By Suhail Hany
at 2008-12-05T23:10
at 2008-12-05T23:10
Table of Contents
※ 引述《[email protected] (linux才是王道)》之銘言:
: 反而簡單的 cd 指令
: sudo cd /etc
: 沒辦法執行
: 好像是語法上悟認
: 請問該怎麼做?
: 感謝
stream [/home/cwhuang] -cwhuang- sudo cd /test
sudo: cd: command not found
stream [/home/cwhuang] -cwhuang- type cd
cd is a shell builtin
^^^^^^^^^^^^^^^^^^^^^
顯然,為什麼 command not found 很清楚.
另外你的需求可以用 "sudo sh" or "sudo -s" 來達成,
example: sudo sh -c "cd /somedir; do something"
--
: 反而簡單的 cd 指令
: sudo cd /etc
: 沒辦法執行
: 好像是語法上悟認
: 請問該怎麼做?
: 感謝
stream [/home/cwhuang] -cwhuang- sudo cd /test
sudo: cd: command not found
stream [/home/cwhuang] -cwhuang- type cd
cd is a shell builtin
^^^^^^^^^^^^^^^^^^^^^
顯然,為什麼 command not found 很清楚.
另外你的需求可以用 "sudo sh" or "sudo -s" 來達成,
example: sudo sh -c "cd /somedir; do something"
--
Tags:
Linux
All Comments

By Necoo
at 2008-12-10T09:25
at 2008-12-10T09:25
Related Posts
剛才用Fedora的live usb開機 問題好多

By Sandy
at 2008-12-05T22:31
at 2008-12-05T22:31
FC6下mount cifs問題

By Connor
at 2008-12-05T20:49
at 2008-12-05T20:49
請問華碩NB進BIOS

By Rae
at 2008-12-05T20:48
at 2008-12-05T20:48
請問loader的差別

By Suhail Hany
at 2008-12-05T19:28
at 2008-12-05T19:28
FTP Server 特定時間內關閉指定資料夾

By Todd Johnson
at 2008-12-05T19:25
at 2008-12-05T19:25