search for: anotherfile

Displaying 6 results from an estimated 6 matches for "anotherfile".

2017 May 29
1
IRC question: the proper way to break multiple lines when using virt-sysprep --commands-from-file?
...You can use \ as a continuation character, as it mentions in the manual. Using virt-builder (just because it's a bit easier to demonstrate, but virt-sysprep should work the same way), you can do: $ cat test.cmds write /testfile:this is line 1\ this is line 2\ this is line 3 write /anotherfile:this is another command $ virt-builder fedora-25 --commands-from-file test.cmds $ guestfish --ro -a fedora-25.img -i ><fs> cat /testfile this is line 1 this is line 2 this is line 3 ><fs> cat /anotherfile this is another command Rich. -- Richard Jones, Virtu...
2024 Jan 19
2
Provisioning new AD Domain Controller
...asswd Administrator HPRS\administrator:*:0:100::/home/HPRS/administrator:/bin/false If I chown a file: chown HPRS\\administrator.100 thisfile I get: # ls -l thisfile -rwxrwx---+ 1 root users 68973 2022-08-08 09:12 thisfile If I do the same for normal domain users: # chown HPRS\\mark.100 anotherfile # ls - aontherfile rwxr-xr-x+ 1 HPRS\mark users 164 2019-01-20 01:43 anotherfile The latter shows the actual "HPRS\mark" as the user, but doing so for Administrator shows root as the user. Are HPRS\administrator and root synonyms? On the other hand, the prvisioning step created /...
2003 Jan 28
1
Rsync checksums
Hi, This is a newbie type'o'question so I'm most probably talking about something I know nothing about ;) Would it be possible to archive files on a removable drive, save the checksums for the archived files, and later compare existing files against the saved checksums without plugging in the removable drive? I imagine in theory this would allow for an easy incremental-backup-to-CD
2009 Jan 23
1
list.files changed in 2.7.0
I just noticed a change in the behavior of list.files from 2.6.1pat to 2.7.0 (I noticed it in 2.8.1 and traced back.) Previously, if the directory ended with a slash, and full.names=TRUE, the names returned had a single slash at the end of the directory, but now there are two. I noticed since I was getting a list of certain files and then grepping in the list for a full name formed with a
2024 Jan 18
1
Provisioning new AD Domain Controller
On Thu Jan 18 14:11:45 2024 Sonic <sonicsmith at gmail.com> wrote: > > hosts file? stale dns records? I listed my hosts file in my first message: 127.0.0.1 localhost 192.168.1.60 mail.hprs.local mail Since I had provisioned initially with the SAMBA_INTERNAL DNS backend, and therefore Samba manages DNS, I thought perhaps there was a "stale dns", so
2001 Mar 07
2
help with dev.copy2eps
HI! I'm using the function dev.copy2eps to store a plot into a file. How can I change the default name of the file and the path where the file should be created ? Thanks -- Frank Gerrit Zoellner -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",