Mayfield Global Knowledge Center

Advanced Search

* Query:
  Categories:
  Rated:

Search Results for "Terminal"

There were 18 questions found for your query: 

  1. How do I start the Terminal application - Fedora?How do I start the Terminal application - Fedora?
    From the Applications menu, select Accessories > Terminal.
  2. I receive "Permission denied" when attempting to modify (delete, copy or edit) a file / directory. How do I resolve this?I receive "Permission denied" when attempting to modify (delete, copy or edit) a file / directory. How do I resolve this?
    "Permission denied" is an indication that you do not have sufficient access to perform the desired operation. Permission restrictions help ensure that you do not modify something required for the s...
  3. How do I change the name of an existing user account in Linux?How do I change the name of an existing user account in Linux?
    From the desktop, press Alt+F2 to launch the Run Application window. Type: gnome-terminal then press Enter. This will launch a user terminal (similar to Windows command prompt). At the t...
  4. How do I change my password via UNIX / Linux Command Line?How do I change my password via UNIX / Linux Command Line?
    For security reasons, UNIX / Linux never displays your password on the screen. If you are not at the terminal screen, please launch ther terminal application. In the terminal window, type: pa...
  5. How do I start the Terminal application on my Mac?How do I start the Terminal application on my Mac?
    ... Folder menu, click Applications. Locate and open the Utilites folder. Locate and double-click the Terminal icon. You have successfully launched the Terminal application.
  6. How do I pair with the Bluetake BT500 Bluetooth mouse?How do I pair with the Bluetake BT500 Bluetooth mouse?
    ..., press Alt+F2 to launch the Run Application window. Type: gnome-terminal then press Enter. Gnome Terminal will display. At the terminal prompt, type: sudo gedit /etc/default/bluez-utils then pres...
  7. How can I replace a string of text in multiple files using Perl?How can I replace a string of text in multiple files using Perl?
    From the desktop, press Alt+F2 to launch the Run Application window. Type: gnome-terminal then press Enter. This will launch a user terminal (similar to Windows command prompt). In the termi...
  8. How do I determine what Java version I am running on my Mac?How do I determine what Java version I am running on my Mac?
    Launch the Terminal application. Type:java -version Locate the java version string (e.g. java version "1.5.0_06").
  9. How do I remove a directory and all it's contents, including any sub-directories?How do I remove a directory and all it's contents, including any sub-directories?
    From the desktop, press Alt+F2 to launch the Run Application window. Type: gnome-terminal then press Enter. This will launch a user terminal (similar to Windows command prompt). Navigate to ...
  10. I receive the message: "<username> is not in the sudoers file. This incident will be reported.". How do I enable sudo?I receive the message: "<username> is not in the sudoers file. This incident will be reported.". How do I enable sudo?
    The sudo command allows users to perform tasks as another user - most commonly, the root user. Using sudo instead of su - has significant advantages. Most notably is that all operations performed w...
  11. How do I delete all files of a particular extension from a directory and it's sub-directories?How do I delete all files of a particular extension from a directory and it's sub-directories?
    In this article, we will be deleting all .txt files from our target directory and all sub-directories below it. From the desktop, press Alt+F2 to launch the Run Application window. Type: gnom...
  12. How do I use my iPod with Ubuntu 6.06 (Dapper Drake)?How do I use my iPod with Ubuntu 6.06 (Dapper Drake)?
    From the desktop, select: Applications > Accessories > Terminal to open a terminal session. In the terminal window, type:sudo apt-get install gtkpod then press Enter. When prompted, type...
  13. How do I change the access permissions for a file or directory using chmod?How do I change the access permissions for a file or directory using chmod?
    The chmod (change mode) command is used to set file and directory permissions in Linux operating systems. The most common use of chmod is to grant or revoke read (r), write (w) or execute (x) permi...
  14. How do I configure WiFi (via 2Wire HomePortal 1000HW) on my Mac PowerBook?How do I configure WiFi (via 2Wire HomePortal 1000HW) on my Mac PowerBook?
    Although this article uses a specific configuration, the basic procedure applies to other, more generic environments. From the desktop, press Alt+F2 to launch the Run Application window. Typ...
  15. How do I install applications using EasyUbuntu on Ubuntu 6.06 (Dapper Drake)?How do I install applications using EasyUbuntu on Ubuntu 6.06 (Dapper Drake)?
    ...se refer to the EasyUbuntu website. From the desktop, select Applications > Accessories > Terminal to open the Gnome Terminal application. At the terminal prompt, type: sudo gedit /etc/apt...
  16. How do I add extra software repositories for Ubuntu 6.10 (Edgy Eft)?How do I add extra software repositories for Ubuntu 6.10 (Edgy Eft)?
    ...Alt+F2 to launch the Run Application window. Type: gnome-terminal then press Enter. The Gnome Terminal (similar to Windows command prompt) will display. In the terminal, typesudo cp -p /et...
  17. How do I find out the what current Shell variables  are in UNIX/Linux?How do I find out the what current Shell variables are in UNIX/Linux?
    You can use the set command to find out what the shell variables are set for you UNIX/Linux shell to use. Using a terminal, type set at the prompt then press Return. The shell will display the list of...
  18. How do I add custom templates to the right-click Create Document context menu?How do I add custom templates to the right-click Create Document context menu?
    In this article, we will be adding a new item to the Create Document option of the right-click context menu. The item we add will allow us to easily create a new file with the extension .html. ...