The Following User Says Thank You to Char For This Useful Post: | ||
![]() |
2011-02-21
, 18:00
|
|
Posts: 168 |
Thanked: 58 times |
Joined on Aug 2010
@ Vienna
|
#32
|
Yes, if you see # at the left of the command you typed (instead of $), then you are already root and don't need to type sudo.
The Following User Says Thank You to ME2g For This Useful Post: | ||
![]() |
2011-02-21
, 18:16
|
|
Posts: 168 |
Thanked: 58 times |
Joined on Aug 2010
@ Vienna
|
#33
|
Hmmm... Well, it actually sounds like your command line isn't able to find the "nano" command for some reason - it sees the file, just doesn't see the program itself. I'm really not sure why that would be, assuming you're sure you typed everything correctly. Unless for some reason nano got uninstalled, or had it's binary renamed or deleted/moved? *Shrug* What do
andCode:ls -l /usr/bin/nano
give as output?Code:dpkg -l | grep nano
which nano
The Following 2 Users Say Thank You to ME2g For This Useful Post: | ||
![]() |
2011-02-21
, 18:26
|
Posts: 94 |
Thanked: 3 times |
Joined on Jul 2010
|
#34
|
Maybe he should simply use
?Code:which nano
See also
http://man.he.net/man1/which
or
http://manpages.debian.net/cgi-bin/m...an+6.0+squeeze
or you could just
sudo chmod a+x /usr/bin/closearch
you don't need to gainroot for single commands
![]() |
2011-02-22
, 08:25
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#35
|
The Following 2 Users Say Thank You to Rob1n For This Useful Post: | ||
![]() |
2011-02-22
, 11:10
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#36
|
ohh i so i can just use sudo for one command? okay i typed in the command, but nothing happened. from what i understand so far, chmod changes the permission of the selected folder right?
but how do i launch archlinux itself? i've done everything accordingly, but still there is no indication whatsoever about the success of this installation. if i have installed it successfully, how do i launch it? must i create the icons manually?
sudo chmod a+x /usr/bin/archlinux-e17 archlinux-e17
The Following User Says Thank You to Char For This Useful Post: | ||
![]() |
2011-02-23
, 06:27
|
Posts: 94 |
Thanked: 3 times |
Joined on Jul 2010
|
#37
|
![]() |
2011-02-23
, 17:17
|
|
Posts: 168 |
Thanked: 58 times |
Joined on Aug 2010
@ Vienna
|
#38
|
![]() |
2011-02-24
, 18:07
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#39
|
![]() |
2011-02-24
, 19:24
|
Posts: 94 |
Thanked: 3 times |
Joined on Jul 2010
|
#40
|
sudo chmod a+x /usr/bin/closearch
you don't need to gainroot for single commands