Sponsored Content
Full Discussion: Undeletable file
Operating Systems OS X (Apple) Undeletable file Post 303036952 by dpontius on Thursday 18th of July 2019 04:11:15 PM
Old 07-18-2019
Thanks, I didn't catch that, but it's still giving me trouble.

Code:
sh-3.2# rm -rf 5
rm: 5/␀␀Word Finder® Plus™: Invalid argument
rm: 5: Directory not empty
sh-3.2#

sigh. I used the "sudo su" method rather than enabling root from the preferences. Should I try that?

cheers,
dp
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

undeletable file

when i try to ls -lrt the directory, the "undeletable" file is listed. but when i try to ls -lrt *exe, the "undeletable" file is not listed. this "undeletable" is the file that i want to delete from the directory. but when i try to delete/rename/copy.... it, it show that "No such file or... (10 Replies)
Discussion started by: chxxangie
10 Replies

2. UNIX for Dummies Questions & Answers

Files.... undeletable.

I've some files created by a script. For some reason last time the script run was interrupted for an error and the files produced by the script are undeletable. i've tryed as root with command 'rm' and even if i got no error in command execution the files are still there. These are the... (9 Replies)
Discussion started by: mirrorx
9 Replies

3. Shell Programming and Scripting

Match list of strings in File A and compare with File B, C and write to a output file in CSV format

Hi Friends, I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving... File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Discussion started by: asnandhakumar
6 Replies

4. Shell Programming and Scripting

Compare 2 text file with 1 column in each file and write mismatch data to 3rd file

Hi, I need to compare 2 text files with around 60000 rows and 1 column. I need to compare these and write the mismatch data to 3rd file. File1 - file2 = file3 wc -l file1.txt 58112 wc -l file2.txt 55260 head -5 file1.txt 101214200123 101214700300 101250030067 101214100500... (10 Replies)
Discussion started by: Divya Nochiyil
10 Replies

5. Shell Programming and Scripting

Shell script (sh file) logic to compare contents of one file with another file and output to file

Shell script logic Hi I have 2 input files like with file 1 content as (file1) "BRGTEST-242" a.txt "BRGTEST-240" a.txt "BRGTEST-219" e.txt File 2 contents as fle(2) "BRGTEST-244" a.txt "BRGTEST-244" b.txt "BRGTEST-231" c.txt "BRGTEST-231" d.txt "BRGTEST-221" e.txt I want to get... (22 Replies)
Discussion started by: pottic
22 Replies
talk(1) 						      General Commands Manual							   talk(1)

NAME
talk - talk to another user SYNOPSIS
talk_party [ttyname] DESCRIPTION
The utility is a two-way, screen-oriented communication program. The command argument talk_party can take one the following forms: user where user is a login name and host is a host name. The optional command argument, ttyname, can be used to specify the terminal to be used when contacting a user who is logged in more than once. In absence of this argument, will try to contact the user on the user's most recently used terminal. When first invoked, sends the following message to the party it tries to connect to (callee): ... At this point, the recipient of the message can reply by typing: Once communication is established, the two parties can type simultaneously, with their output displayed in separate regions of the screen. Characters are processed as follows: o Typing characters from LC_CTYPE classifications print or space will cause those characters to be sent to the recipient's terminal. o Typing <control>-L will cause the sender's screen to be refreshed. o Typing the erase, kill or kill word character will delete the last character, line or word on the sender's terminal, with the action propagated to the recipient's terminal. o Typing the interrupt character will terminate the local talk utility. Once the talk session has been terminated on one side, the other side of the talk session will be notified that the session has been terminated and will be able to do nothing except exit. o Other non-printable characters typed on the sender's terminal are converted to printable characters before they are sent to the recipi- ent's terminal. Permission to be a recipient of a message can be denied or granted by using the utility. However, a user may need other privileges to be able to access other users' terminals. The utility will fail when the user lacks the appropriate privileges. SEE ALSO
mesg(1), who(1), write(1). STANDARDS CONFORMANCE
talk(1)
All times are GMT -4. The time now is 01:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy