LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Home.desktop? (https://www.linuxquestions.org/questions/linux-newbie-8/home-desktop-188545/)

GSurge 06-01-2004 03:20 PM

Home.desktop?
 
Hello, I"m on a command line on my account, and to install zlib, i go under su root. There I try to access Home.desktop under the desktop directory and it says 'bash: cd: Home.desktop: Not a directory', when it appears under dir. Help!

Thx

~GS

Nis 06-01-2004 03:26 PM

Home.desktop is a launcher used by KDE and GNOME. It is a file, not a directory.

GSurge 06-01-2004 03:30 PM

So how do I access directories under home while under root in command line?

Nis 06-01-2004 03:31 PM

Code:

cd /home/username
as normal user.
Code:

cd /root
as root.

GSurge 06-01-2004 03:35 PM

Nm I access the directory while on my username then switched to root while in the directory


All times are GMT -5. The time now is 11:59 PM.