About 3,300,000 results
Open links in new tab
  1. Path to current desktop backgrounds in Windows 10?

    Sep 3, 2015 · There is another question on here that allows users to find the path to their current background image through a cmd command. How could I find out the path to the current …

  2. How do I install a .deb file via the command line? - Ask Ubuntu

    May 6, 2011 · With modern apt I would recommend doing sudo apt install ./package.deb instead. This allows automatically installing all the dependencies and it does all the extra sanity checks …

  3. Copy UNC network path (not drive letter) for paths on mapped …

    Feb 11, 2011 · I had exactly the same problem -- not everyone had the same mapped drives as me, or mapped to the same letters. After much searching I found a context menu extension …

  4. How do I determine the total size of a directory (folder) from the ...

    The command du "summarizes disk usage of each FILE, recursively for directories," e.g., du -hs /path/to/directory -h is to get the numbers "human readable", e.g. get 140M instead of 143260 …

  5. How can I display the contents of an environment variable from …

    Sep 29, 2011 · In Windows 7, when I start the Command prompt, is there any command to display the contents of an environment variable (such as the JAVA_HOME or PATH variables)?

  6. How to write the path of a folder with space in its name?

    Either quote the entire name: cd "/path/path/path/A Folder/file" or escape just the strange characters (space, in this case) using a backslash. cd /path/path/path/A\ Folder/file Another …

  7. How do I find the location of an executable in Windows?

    The only way to find executables that AREN'T in the PATH environment variable is to do this. He never specified his path, he said any executable.

  8. How to add a directory to the PATH? - Ask Ubuntu

    Jul 22, 2009 · A path set in .bash_profile will only be set in a bash login shell (bash -l). If you put your path in .profile it will be available to your complete desktop session.

  9. filenames - What does the ~ mean in a file path? - Super User

    What does the ~ mean in an absolute file path? I see this in the output of things like build scripts but the path does not exist.

  10. How do I modify my PATH so that the changes are available in …

    Sep 6, 2010 · I want to add a directory to search my search path. I know I have to modify the PATH environment variable. However, I want the change to be permanent, so that it is always …