Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_one @tutorial
- list) When you first login, your current working directory is your home directory. Your home directory has the same name as your user-name, for example, **compsci-user**, and it is where you... ries are saved. To find out what is in your home directory, type <code> compsci-user@tim:~$ ls </code> The *
- linux_tutorial_seven @tutorial
- install small software packages in their own home directory, software usually only useful to them personally.... ting executable * Set paths to the installation directory Of the above steps, probably the most difficult ... xt file called Makefile which resides in the same directory as the source files. It contains information on h... he Makefile by hand to set the final installation directory and any other parameters. However, many packages
- using_the_pickup_script @help:sysnews:inhouse
- entry is logged showing the date, time, user and directory that was picked up. If your students attempt to ... t to use @@pickup@@ with. === 1 Create a pickup directory === As the course account user, create a directory called @@pickup@@ with permissions of 700 mkdir -m 700... e ``pickup`` to distribute files: ===- Create the Directory to pickup === create a directory under @@~/pickup
- linux_tutorial_two @tutorial
- makes a copy of **file1** in the current working directory and calls it **file2** What we are going to do n... the **cp** command to copy it to your **testdir** directory. First, cd to your testdir directory. <code>compsci-user@tim: cd ~/testdir</code> Then at the Linux promp... end. Remember, in UNIX, the dot means the current directory.)</note> The above command means copy the file s
- linux_tutorial_five @tutorial
- tem security (access rights)==== In your testdir directory, type <code>compsci-user@tim:~$ ls -l (l for lon... ow get lots of details about the contents of your directory, similar to the example below. File and directory access rights Each file (and directory) has associated access rights, which may be found by typing ls -l. A
- linux_basics @help:general_linux
- a single continuous collection of data. * a //directory// is construct for grouping and organizing //file... path// is a way of naming the location of a file, directory, link or device. //Paths// can be //relative// o... For example, if I want to list the contents of a directory that is in my home directory called ''cheese'', I can type: <code>ls ~/cheese/</code> * a //link// is a
- top @courses:cs203-201602:lab1
- program * Create local repository in the CS203 directory * Upload your CS203 folder to your private remo... n and enter the following commands from your home directory at the Linux prompt:<code text> git config --glob... * from your Linux prompt, cd into your ''.ssh'' directory, and type the following command:<code text> cat i... ories during the term as well. - Create a cs203 directory in your linux account. I suggest placing the cs20
- using_htaccess @help:sysnews:inhouse
- . The password file does not need to be in the directory of the user where the public_html files are, so y... d file === Somewhere outside of your public_html directory, create a new directory to hold your password file. I suggest using a directory with a dot name to make it a bit more "hidden" and s
- backups @help:general_linux
- * [[:sysnews#Creating a tar file of your entire directory]] * [[:sysnews#Copying the file to another loca... red, in their original positions (directories and directory hierarchy are preserved) and with their original ... like to generate an ISO file of your entire home directory for simple CD burning, try using [[sysnews:isohom... home]]. ===== Creating a tar file of your entire directory ===== The tricky bit is that you are going to cr
- isohome.script @help:sysnews
- cript that tries to make an image of your CS home directory that is suitable for burning onto a CD or DVD. ... u are running it from the machine where your home directory is actually a local disk. If not it will tell yo... : a script to make an iso image of a users home # directory in a users home directory by Greg Priest-Dorman # # $Id: isohome,v 1.7 2004/05/15 06:42:11 priestdo Exp $ #
- tips_for_instructors @old_pages
- s called "dropbox", "Old" or "old". If a dropbox directory exists from a previous semester and a directory called "Old" or "old" exists, rename and move the dropbox into the this directory.((If **both** "Old" and "old" exist, use "Old". ... ~/Old/dropbox-2007-fall Otherwise if a dropbox directory exists from a previous semester and a directory c
- multihome_dokuwiki_hacks @people:priestdo:tips
- ikispace, temporarily change the name of the data directory to something you would never use for one of your ... cations to suit your installation # dokuwiki root directory DRD=/usr/share/dokuwiki # dokuwiki data directory DDD=/var/lib/dokuwiki # an existing wiki directory to copy the wiki syntax pages from OLD="data" # user:gro
- run_zasm_under_dosemu @courses:cs325-201001
- urses:cs325#optional copy the floppy to your home directory|Copy the floppy to your home directory]] [OPTIONAL] * [[courses:cs325#optional use emacs to edit your code... does the floppy is "A:" and your home linux home directory is "D:". === [OPTIONAL] Copy the floppy to your home directory === You can do all the work on the floppy or cop
- isohome @help:sysnews
- cesses consists of making a cd image of your home directory and then either burning that image onto a CD or D... will create will be in iso9660 format with Joliet directory records in addition to iso9660 file names. This t... mand ===== Creating an iso image of your entire directory with isohome ===== Mkisofs (make iso file system... expects to be run on the machine where your home directory actually resides as this saves mkisofs having to
- linux_tutorial_four @tutorial
- h against none or more character(s) in a file (or directory) name. For example, in your unixstuff directory, type <code>compsci-user@tim:~$ ls list*</code> This will list all files in the current directory starting with **list....** Try typing <code>com... t</code> This will list all files in the current directory ending with **....list** The character ? will ma