Welcome to the Linux Foundation Forum!

Lab 1

Command: cd ~/Desktop doesn't work for me. It returns error: -bash:cd: /home/jaqo/Desktop: No such file or directory.
How can I resolve this?

Comments

  • Had the same problem. I am using IBM cloud servers and there are no Desktop folder. Not even sure if they are referring to the server desktop (?) or the local machine (terminal)?

  • koakh
    koakh Posts: 11

    if you are like me, that installed a ubuntu server forget ~/Desktop and use /home/${USER}
    ex /home/mario/fabric-samples/startFiles

    tip: comment cd ~/Desktopin startup.sh script and launch it

    #!/bin/bash
    
    # cd ~/Desktop
    

    I hope this helps, any issue just say

  • jaqo
    jaqo Posts: 6

    Thanks Koakh!

Categories

Upcoming Training