Skip to main content

Questions tagged [write]

0 votes
0 answers
120 views

I've recently migrated from Ubuntu 24.04 to Debian 13 with GNOME (thought it doesn't have that much issues but alas). I've read tons of information trying to find a solution or an answer (some say it'...
ENIAC's user avatar
  • 191
2 votes
2 answers
87 views

Essentially, I noticed I am unable to write to my user who is using gnome-terminal. tty returns /dev/pts/1, but I am unable to write there as root. Instead, it returns as follows: myuser@pegasus:/$ ...
Vesta Tian's user avatar
0 votes
1 answer
66 views

I attempted to write a file to an ext4 voulume on an external USB hard disk drive: $ dd if=/dev/zero of=file bs=1M count=10 iflag=fullblock oflag=direct dd: failed to open 'file': Invalid argument ...
EmmaV's user avatar
  • 4,433
0 votes
3 answers
454 views

I have a Bash script that appends bytes written as hexadecimal values. I use echo to write the bytes and it works hex="1F" byte="\x$hex" echo -en $byte >> "output.bin&...
alexmro's user avatar
0 votes
2 answers
3k views

OS: xUbuntu 22.04 I want to use the write / wall commands for sending msgs to other users sharing the same computer. But when I try to use the write command, I get the following error: √ ~ $ who user1 ...
naphelge's user avatar
0 votes
0 answers
131 views

On Linux, suppose I do a write() to end of a file, and while this is still completing, from another thread I do a stat-type call on that file (such as fstat() or lstat()). I would expect, that the ...
Mark Galeck's user avatar
0 votes
1 answer
121 views

I am currently working on a personal project, and I would like to simply record logs in the following way using the echo command. My question is if the echo command accesses the same file at the same ...
JongSun Park's user avatar
0 votes
1 answer
296 views

I've read that the kernel implements synchronisation mechanisms when accessing files. For example, if we try and write or read to a file in the file system using read() or write() from different ...
Engineer999's user avatar
  • 1,233

15 30 50 per page
1
2 3 4 5
7